20 Oct
2006
20 Oct
'06
6:59 a.m.
--On 19. Oktober 2006 16:40:58 +0200 Daniel Raible <draible@gmx.ch> wrote:
is it possible to use Mailboxer to send emails to all registered users -
First, Zope does not provide a user registration where users have an email property. So what do you have in mind? Using CMF, Plone? Second, Mailboxer is a mailinglist system and not the right choice. Anyway...sending out emails to a list of user can easily be done by using the Mailhost API..write a form that passes the data to a script and the script will all the Mailhost..that's almost trivial. -aj