[Zope] mail host question
Graham Chiu
anon_emouse@hotmail.com
Tue, 13 Jun 2000 22:52:53 +1300
In article <000001bfd4d1$04fce840$28eaa0a7@Sean>, Sean Kelley
<sean@promptsoftware.com> writes
>I am having some problem configuring zope mail to work properly,
>particularly with PTK v 0.7.1.
>When I logon as a new member, its says "successful", but I get no mail to
>confirm my logon (I did get it to work once but don't know how). I have the
>smtp host set to an IP address for an smtp mail server. I tried a couple of
>others by name such as "mail.domain.com" but got an error relating to
>needed/missing "domain"
I installed this version on Sunday as well and have had the same
problems. There appear to be a few brackets missing!
In mail_password_template, change
From: "&dtml-email_from_name;" <&dtml-email_from_address>
to
From: "&dtml-email_from_name;" <<&dtml-email_from_address>>
And
To: <dtml-var email>
to
To: <<dtml-var email>>
Do the same in 'registered_notify'
If that still doesn't work, then change
mailhost="MailHost"
to
smtphost="my.smtpserver.com"
--
Regards, Graham Chiu
gchiu<at>compkarori.co.nz
http://www.compkarori.co.nz/index.php
Powered by Interbase and Zope