Christian Parpart wrote:
Hi all,
I'm having a code fragment that's responsible for sending mails directly via localhost:25. However mx01.kundenserver.de[212.227.15.186] gave me a 550 saying "<[EMAIL PROTECTED]>: invalid address (in reply to RCPT TO command)".
But why? What's wrong there? Or else... what's the right syntax for RCPT TO when not mine:
RCPT TO: <[EMAIL PROTECTED]>
my local postfix accepted them, as always, but mx01.kundenserver.de doesn't seem so.
Regards, Christian Parpart.
I dont think you need the < and >. Just put the email address. Eg,
RCPT TO: [EMAIL PROTECTED]
Regards Paul
