17 Nov
2003
17 Nov
'03
2:47 p.m.
I encountered this problem when i ran this dtml codes:
<dtml-sendmail smtphost="mail.mysmtphost.net"> To: <myaddress@mysmtphost.net> Message: I wish to see U later </dtml-sendmail>
Error Type: SMTPSenderRefused Error Value: (505, 'Authentication required', 'myaddress@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