[Zope] SMTPRecipientsRefused
Dieter Maurer
dieter@handshake.de
Fri, 4 Jan 2002 20:55:33 +0100
Joshua Lanza writes:
> I'm getting SMTPRecipientsRefused when I try to send email from my
> join_form - register pages. I only get the error when the email is sent
> to an address outside of the domain. When I send an email to my address
> or a co-worker's address, I have no problems.
>
> I thought it might be permissions on the mail server, but I put an asp
> page on the IIS, and sent mail externally (CDONTS) just fine.
Your mail server is configured in a way that it does not relay to
recipients outside your domain. Nothing that Zope could do something about.
Options:
* reconfigure your mail server
* use a mail server that allows relaying
Dieter