OSCAT Forum

network.lib => Codesys 2 => Thema gestartet von: JJMag_1 am 03. Oktober 2012, 17:59:23

Titel: SMTP_Client
Beitrag von: JJMag_1 am 03. Oktober 2012, 17:59:23
Hello everybody,

I try to use the function SMTP_Client of the OSCAT Network 121 for codesys with the software "Somachine" from Schneider.

I download also the OSCAT BASIC 3.33 (http://www.oscat.de/community/index.php/topic,1784.msg9460.html#msg9460)

When I start the function I receive always a timeout.

My code :
(http://www.lebrun-nimy.be/HELP_OSCAT/screenshot.JPG)

Can you help me ?

Best regards,

Jeremie
Titel: Re: SMTP_Client
Beitrag von: peewit am 03. Oktober 2012, 20:30:09
Hello

ERROR_T = 5 = Timeout step chain in step 1900

ERROR_C = 0x076C01F7
                = 0x076C   / 0x01F7
                = 1900       / 503

Error in step 1900 and the last smtp server response message code was 503

503 = This mail server requires authentication

you have a problem with the authentication
test you programm with another email account !