If your surname is really "Back" then you have one cool name:)

Plone nearly always uses an item called MailHost to send the mail.
That item is just an instance of MailHost by default, but you can
replace it with any object provided it is called MailHost. In fact,
that is what you do when using say a MaildropHost or any more advanced
mailer.

You'll have to adhere to Zope's MailHost API. Look at
ZOPE_HOME/lib/python/Products/MailHost/MailHost.py. Also download
MaildropHost and look at their implementation.

Good luck.
Hedley

On Mon, Jun 2, 2008 at 11:54 PM, albieback <[EMAIL PROTECTED]> wrote:
>
> Dear friends,
>
> I am interested in tweak Plone a little in order to make it not use a SMTP
> server, but a Lotus Notes client to send e-mail. I'm planning on using
> win32com to connect Python to a Notes DLL or Jython to use Java to connect
> Python to Notes.
>
> My problem is on the Plone side: where should be my starting point? Is there
> a "mailer class" or a "mailer object" that handles mail sending as a
> cohesive point or is this functionality spread throughout several Plone or
> Zope objects?
>
> Can anyone give me pointers to docs about this subject?
>
> Best regards,
>
> Albie
> --
> View this message in context: 
> http://www.nabble.com/Mailer-component-tp17611165s20094p17611165.html
> Sent from the Product Developers mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Product-Developers mailing list
> [email protected]
> http://lists.plone.org/mailman/listinfo/product-developers
>

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to