Hallo alle miteinander,
ich habe mir das SMTP_CLIENT_DEMO aus der oscat_network_121 Bibliothek exportiert und in einem Raspberry Pi Projekt importiert.
Die Konfiguration habe ich noch nicht verändert. D.h. ist noch identisch wie in dem Demo Baustein:
smtp_files: STRING(OSCAT_BASIC.STRING_LENGTH) := '';
smtp_server: STRING := '110876022:oscat123456@mail.gmx.net';
smtp_mailfrom: STRING := 'oscat@gmx.net;Station_01';
smtp_mailto: STRING(OSCAT_BASIC.STRING_LENGTH) := 'oscat@gmx.net';
smtp_subject: STRING := 'Das ist der Betreff';
smtp_body: STRING(OSCAT_BASIC.STRING_LENGTH) := 'Das ist der Email-Text';
Nach antriggern des Bausteins kommt folgender Fehlercode:
ERROR_C= â€72090130‬ ==> in HEX= â€044C 0212‬
ERROR_T= 5
Was mache ich noch falsch?
Für eure Antworten bin ich sehr Dankbar!