[Zope] dtml-sendmail error
Dylan Reinhardt
zope@dylanreinhardt.com
Mon, 17 Feb 2003 15:04:45 -0800
Ensure that the SMTP server you're sending through is configured to allow
relays from your domain.
Dylan
At 01:52 PM 2/17/2003, Asad Habib wrote:
>Hello. I am using the sendmail command to transmit an
>email message to a particular person and I keep
>getting the following error:
>
>Error Type: error
>Error Value: (61, 'Connection refused')
>
>My code is as follows:
>
><dtml-sendmail smtphost="name of server" port="25"
>mailto="my email address" mailfrom="group email
>address" subject="Your New Password">
> <dtml-var name="passwordMessage">
></dtml-sendmail>
>
>Any help would be greatly appreciated. Thanks.
>
>-Asad
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Shopping - Send Flowers for Valentine's Day
>http://shopping.yahoo.com
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://mail.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )