Be careful after an upgrade to 2.3.0 when you use productive MailHosts: I discovered that my contact form didn't work any more after I upgraded to 2.3.0. After some change it worked again. In 2.2.5 I could use the following reportAction content: to: <dtml-var send_to> from: contactform subject .......... Now in 2.3.0 I MUST use: to: <dtml-var send_to> from: contact@goeldi.com subject .......... So it seems, that with 2.3.0 Zope checks the form and correctness of a mail address. Right? -goe- http://www.goeldi.com/e _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
So it seems, that with 2.3.0 Zope checks the form and correctness of a mail address.
Right?
I didn't check but it's always a good idea to use correct and deliverable mail addresses. Many of mail problems I have to deal with come from clueless written mail formulars on webservers. Regards, Frank
Be careful after an upgrade to 2.3.0 when you use productive MailHosts:
I discovered that my contact form didn't work any more after I upgraded to 2.3.0. After some change it worked again.
In 2.2.5 I could use the following reportAction content:
to: <dtml-var send_to> from: contactform subject ..........
Now in 2.3.0 I MUST use:
to: <dtml-var send_to> from: contact@goeldi.com subject ..........
So it seems, that with 2.3.0 Zope checks the form and correctness of a mail address.
Right?
You are not using Python 2 by any chance are you? I am not aware of any change in MailHost to validate addresses... Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations www.digicool.com
participants (4)
-
Brian Lloyd -
Chris Withers -
Frank Tegtmeyer -
Stephan Goeldi