Hauptmenü

SMTP_Client

Begonnen von JJMag_1, 03. Oktober 2012, 17:59:23

Vorheriges Thema - Nächstes Thema

0 Mitglieder und 1 Gast betrachten dieses Thema.

JJMag_1

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 :


Can you help me ?

Best regards,

Jeremie

peewit

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 !