Autor Thema: SMTP_Client  (Gelesen 6726 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline JJMag_1

  • Newbie
  • *
  • Beiträge: 1
    • Profil anzeigen
SMTP_Client
« 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 :


Can you help me ?

Best regards,

Jeremie

Offline peewit

  • Moderator
  • *****
  • Beiträge: 2 378
    • Profil anzeigen
Re: SMTP_Client
« Antwort #1 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 !