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" The permissions on the various zope security screens has all possible users set to "use mail host" Sean Kelley Prompt Software, Inc. www.promptsoftware.com sean@promptsoftware.com voice: (415) 382-8840 fax: (415) 382-8868
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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'd be interested if you get this going. I had the same error. You put the IP address for the SMTP server field. What goes in the 'local' field? - -- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.co.nz/index.php Powered by Interbase and Zope -----BEGIN PGP SIGNATURE----- Version: PGPsdk version 1.7.1 iQA/AwUBOUTmL7TRdIWzaLpMEQILPgCfdo9MMnki1hFdaialOgf5McyQBBQAn3k8 EfZa90UkLXZ1GUp0nAusqO2I =7zVk -----END PGP SIGNATURE-----
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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've noticed that when i install images into the Zope database and call them sometimes they display as broken link images instead of the picture. after revisiting the image in the management screen but not making any changes just resaving it they work again. Anyone have any ideas what I might bedoing wrong or if this is a bug? I'm running Zope 2.16 on WinNT(unfortunately) 4.0 John Holland - --------------- Email: jholland@linuxave.net Web: http://jbhsoft.linuxave.net Public key : finger -s or http://jbhsoft.linuxave.net/pubkey.html -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.2 iQA/AwUBOUZCChPWCCE2yAKHEQI1HACfRctWsewfJG6Y6nEzZxkR4EjGlycAoN9t 05zZ+frc5SGMTyI/7G5jjXp8 =D1tj -----END PGP SIGNATURE-----
participants (3)
-
Graham Chiu -
jholland@gears.linuxave.net -
Sean Kelley