MyBB Community Forums

Full Version: [D] SMTP mail error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having an error sending mails via SMTP. The problem seems to be that some extra information sneaks through when the "MAIL FROM" tag is sent.

The syntax of MAIL FROM should be:

MAIL FROM:<[email protected]>

But what actually is sent is:

MAIL FROM:<"Forumname" <[email protected]>>

At least my relay-server won't parse that line.