Re: Send multiple email

2009-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frans, On 9/23/2009 5:26 PM, Frans Thamura wrote: >> Are you intending to send messages through a single smart host or SMTP >> server, or do you expect your software to direct-connect with the mail >> exchangers (MXs) for each of your recipients? >> >

Re: Send multiple email

2009-09-23 Thread Frans Thamura
> Are you intending to send messages through a single smart host or SMTP > server, or do you expect your software to direct-connect with the mail > exchangers (MXs) for each of your recipients? > > I ask because multi-threading is probably not useful if you are going to > use a smart host: you shou

Re: Send multiple email

2009-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frans, On 9/22/2009 6:12 PM, Frans Thamura wrote: > but i want to create a campaign program and one email send to 100 email user 100 recipients is not very many. What's wrong with just calling message.addTo() or addCC() or addBCC() over and over, and

Re: Send multiple email

2009-09-22 Thread Frans Thamura
> +) no idea what 1st mailer concept is just mass mailer. > +) I'm using commons-email for sending electronic invoices in production > - you might want to have a look at Fulcrum Commons Email service > (http://turbine.apache.org/fulcrum/fulcrum-commonsemail/index.html) i see the Fulcrum have fa

Re: Send multiple email

2009-09-22 Thread Siegfried Goeschl
Hi Frans, a few thoughts along the line +) no idea what 1st mailer concept is +) there is no pressing need for Quartz +) I'm using commons-email for sending electronic invoices in production - you might want to have a look at Fulcrum Commons Email service (http://turbine.apache.org/fulcrum/fulc

Send multiple email

2009-09-21 Thread Frans Thamura
hi there i use the email and use Common Email, and work well but i want to create a campaign program and one email send to 100 email user i love the 1st mailer concept, but it is stand alone, i want the server side mechanism any idea to work with? how to handle the sending process in backgro