Re: Email personalization
"Joachim Werner" <[email protected]> Fri, 7 Dec 2001 10:45:06 +0100
| Newsgroups | gmane.comp.web.zope.zmailman |
|---|---|
| Organization | iuveno AG |
| Message-ID | <[email protected]> |
> Great! > What would the DTML or script look like? > Or would this still use <dtml-sendmail> > > BTW, I found a bulk mail how-to (that uses Postfix.) > http://www.zope.org/Members/shh/BulkMailHack Haven't read the How-To yet, but there are three ways I can think of to add easy-to-use integration of MailMan features to Zope/DTML: - Write a new tag like <dtml-sendmailmanmail> -- I know I should work on a better name ;-) that binds to MailMan - Just implement an alternative MailHost object that binds to MailMan - implement a "Mail Document/Mail Method" The latter would be cleaner than using a tag I guess. You still would be able to use DTML in there, but it would be more like an SQL Method, so there would be options to bind it to different mail servers etc. However, this is all not extremely high-priority as you can already use the MailMan API directly and just pass formatted mail texts as a parameter ... Joachim