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-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 should

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? I ask

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

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