100 different messages to 100 different email addresses ?

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
kevins2009
Forum Newbie
Posts: 1
Joined: Thu May 07, 2009 10:49 am

100 different messages to 100 different email addresses ?

Post by kevins2009 »

Hi,

want to send out sign-in information to 100 people. As you can imagine, the body of the email is different for each person. So, what's the best way to accomplish this : sending out 100 different messages to 100 different email addresses ?

Appreciate any ideas/thoughts..

-Kevin.
coolfactor
Forum Newbie
Posts: 4
Joined: Thu May 07, 2009 1:20 pm

Re: 100 different messages to 100 different email addresses ?

Post by coolfactor »

Yes, that's the only way. With the correct programming logic, you should be able to prepare a message and then recycle it by updating the To and Body parts, I believe.
Post Reply