Forum OpenACS Q&A: Re: Sending Emails via SMTP port 587

Collapse
Posted by Tyge Cawthon on
Is using an @ in the USER field allowed?
I.e. mailto:webmaster@host-name.org

I did not type in "mailto:" This appeared in the Preview and I do not know where this is coming from.

ns_param relay plain://USER:PWD@MAILHOST:587
ns_param relay plain://webmaster@host-name.org:xyz+PWD@MAILHOST:587

The host-name.org is part of the USER and the x is the first character of the password

Here is the error message received:
Notice: smtpd relayhost: new-style parameter 'host-name.org:x'
Fatal: received fatal signal 11

Any thoughts?