Hi, Whether there is SMTP-client for Zope with which it is possible not only to send, but also to receive E-mail? And where it to take if it is? __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de
No idea what your use case is, but Python provides modules for pop3 and imap. Check the Python docs for details. -aj --On Freitag, 21. November 2003 6:33 Uhr +0100 Dmitrij Repp <stiner_rd@yahoo.de> wrote:
Hi, Whether there is SMTP-client for Zope with which it is possible not only to send, but also to receive E-mail? And where it to take if it is?
__________________________________________________________________
Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Thu, 2003-11-20 at 21:33, Dmitrij Repp wrote:
Hi, Whether there is SMTP-client for Zope with which it is possible not only to send, but also to receive E-mail?
Zope can *relay* outbound e-mail through SMTP. Zope does not handle inbound e-mail. If you want certain e-mails to trigger a response in Zope, you'll need to configure that in your existing MTA. HTH, Dylan
Are you looking for a webmail client to incorporate into a Zope application? A quick search turned up http://zope.org/Members/sgiraud/WebMail I've not used the product so YMMV.
On Thu, 2003-11-20 at 21:33, Dmitrij Repp wrote:
Hi, Whether there is SMTP-client for Zope with which it is possible not only to send, but also to receive E-mail?
I will just mention that you can manage POP email using external python scripts. David ----- Original Message ----- From: "Dylan Reinhardt" <zope@dylanreinhardt.com> To: "Dmitrij Repp" <stiner_rd@yahoo.de> Cc: "Zope Users" <zope@zope.org> Sent: Friday, November 21, 2003 8:14 AM Subject: Re: [Zope] SMTP
On Thu, 2003-11-20 at 21:33, Dmitrij Repp wrote:
Hi, Whether there is SMTP-client for Zope with which it is possible not only to send, but also to receive E-mail?
Zope can *relay* outbound e-mail through SMTP. Zope does not handle inbound e-mail. If you want certain e-mails to trigger a response in Zope, you'll need to configure that in your existing MTA.
HTH,
Dylan
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (5)
-
Andreas Jung -
David Hassalevris -
Dennis Allison -
Dmitrij Repp -
Dylan Reinhardt