Hi Bart,

You can use the present email implementation, although i do not know how
long it will take for the application server to send 500-1000 emails.
Below a piece of code which shows how to create and send emails in
MMBase 1.6.

<mm:createnode type="email"
        ><mm:setfield name="subject"><%= emailTitle %></mm:setfield
        ><mm:setfield name="from">[EMAIL PROTECTED]</mm:setfield
        ><mm:setfield name="to"><%= emailAdress %></mm:setfield
        ><mm:setfield name="replyto">[EMAIL PROTECTED]</mm:setfield
        ><mm:setfield name="body"><%= bodyText %></mm:setfield
></mm:createnode>

Furthermore you have to activate and configure the sendmail module (see
sendmail.xml in config/modules )

Regards, Henk.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> On Behalf Of [EMAIL PROTECTED]
> Sent: Friday, July 04, 2003 11:58 AM
> To: [EMAIL PROTECTED]
> Subject: MMBase and email
> 
> 
> Hi,
> 
> I was wondering: can you use the email functionality 
> (builder) in MMBase to
> send out weekly newsletters to the users of a site? Or do you 
> use other
> tools for this?
> 
> I am looking for a way to regularly send a personalized email 
> (containing
> the recent additions to the site, but a user can specify in 
> what parts of
> the site he is interested in) to the (500-1000) users. Users 
> and content
> will be stored in mmbase objects.
> 
> Thanks a lot,
> 
> Bart
> 
> 
> 


Reply via email to