Zope integration for zope.sendmail, providing a mail host utility for sending emails from Zope applications. Current version 6.1, released 2024. Part of the Zope ecosystem with periodic releases.
pip install Products.MailHostNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic instantiation of MailHost. In Zope, this is typically configured via ZCML or management interface.
Upgrade Python to >=3.10 and ensure any custom extensions are compatible.
Change import statement to 'from Products.MailHost.MailHost import MailHost'.
Set attributes like mailhost.smtp_host = 'your-smtp-server' before sending mail.
Use zope.sendmail APIs for advanced queuing.
Run 'pip install Products.MailHost'
Use 'from Products.MailHost.MailHost import MailHost'
Set smtp_host and smtp_port before using the MailHost instance.
Set mailhost.smtp_user_id and mailhost.smtp_pwd attributes.
No dependency data recorded yet.