[Zope] ZTP mailhost ..

Lennart Regebro regebro at gmail.com
Thu Sep 8 04:58:02 EDT 2005


On 9/8/05, Georgakopoulos Nicolas <nicolasg at vtrip.net> wrote:
> Can some one help out how to set up a ZTP form to use a mailhost object
> and send a email with the data that the form was filled ?
> I have made the form successfully , my problem is that I don't know how
> to use the mailhost.
> 
> ps:Can I use a web mail account to send a mail like gmail ?

No, you need to configure it to use your mail server for outgoing mail.

When this is done, you send the mail with the mailhost send function.
It's quite easy really. Make a little python script that takes the
form and calls MailHost.send.


More information about the Zope mailing list