[Zope] Sendmail and smtphost

Jens Vagelpohl jens at zope.com
Mon Nov 17 09:47:59 EST 2003


> I encountered this problem when i ran this dtml codes:
>
> <dtml-sendmail smtphost="mail.mysmtphost.net">
> To: <myaddress at mysmtphost.net>
> Message: I wish to see U later
> </dtml-sendmail>
>
> Error Type: SMTPSenderRefused
> Error Value: (505, 'Authentication required',
> 'myaddress at mysmtphost.net')
>
>
> I've the problem: the smtphost needed id and pwd but i don't know how
> send it!
> Can you say me a solutions please?

The sendmail tag/MailHost combination does not support authenticated 
SMTP. You will need to roll your own solution or switch to a SMTP 
server that does not require authentication.

jens


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2355 bytes
Desc: not available
Url : http://lists.zope.org/pipermail/zope/attachments/20031117/2cb534b1/smime.bin


More information about the Zope mailing list