PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : sendEmail.exe auf einmal geht's nicht mehr?



112Anfänger
16.07.2009, 10:06
Hallo zusammen,

hab mir folgende Batch Datei für Poc32 gebastelt gehabt:



echo "Alarm am %date:~0% - %time:~0,8% Uhr" > einsatz.txt
echo %1 %2 %3 %4 Einsatzalarm >> einsatz.txt
sendEmail.exe -f absender@absender.de -t empfanger1@empfaenger.de; empfaenger2@empfaenger.de -cc -u %3 -o message-file=einsatz.txt -xu absender@absender.de -xp passwort -s smtp.1und1.de
wait.com 10


Bis letzte Woche hat das Prima funktioniert.
Nun geht gar nichts mehr.
Folgende Fehlermeldung kommt zurück:



Jul 16 09:36:40 PCNAME sendEmail.exe[5920]: ERROR => Received: 500 Syntax Error - invalid character


Und nun?

DANKE

marcustv
16.07.2009, 21:01
1und1 hat scheinbar etwas am mailsystem umgestellt weiß aber noch nicht was?
manchmal geht es übrigens.

für mich sieht es nach Problemen bei der User authentifikation mit "PLAIN" aus.

der Debug meine Versandes:
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => Connecting to smtp.1und1.de:25
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => My IP address is: x.x.x.x
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220
Jul 16 20:33:57 s15207467 sendEmail[32369]: SUCCESS => Received: 220 smtp.1und1.de (mreu1) Welcome to Nemesis ESMTP server
Jul 16 20:33:57 s15207467 sendEmail[32369]: INFO => Sending: EHLO s15207467.onlinehome-server.info
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Jul 16 20:33:57 s15207467 sendEmail[32369]: SUCCESS => Received: 250-smtp.1und1.de, 250-STARTTLS, 250-AUTH LOGIN PLAIN, 250-AUTH=LOGIN PLAIN, 250-PIPELINING, 250-SIZE 100000000, 250 HELP
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => The remote SMTP server supports TLS :)
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => Starting TLS
Jul 16 20:33:57 s15207467 sendEmail[32369]: INFO => Sending: STARTTLS
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220
Jul 16 20:33:57 s15207467 sendEmail[32369]: SUCCESS => Received: 220 OK
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => TLS session initialized :)
Jul 16 20:33:57 s15207467 sendEmail[32369]: INFO => Sending: EHLO s15207467.onlinehome-server.info
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Jul 16 20:33:57 s15207467 sendEmail[32369]: SUCCESS => Received: 250-smtp.1und1.de, 250-AUTH LOGIN PLAIN, 250-AUTH=LOGIN PLAIN, 250-PIPELINING, 250-SIZE 100000000, 250 HELP
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => SMTP-AUTH: Using PLAIN authentication method
Jul 16 20:33:57 s15207467 sendEmail[32369]: INFO => Sending: AUTH PLAIN ********************************************
Jul 16 20:33:57 s15207467 sendEmail[32369]: DEBUG => evalSMTPresponse() - Found SMTP error code: 500
Jul 16 20:33:57 s15207467 sendEmail[32369]: ERROR => Received: 500 Syntax error - invalid character