[SOLVED] E-mailing different messages to many users
Posted: Mon Mar 29, 2004 11:49 am
Hello,
I am looking for a script to send different messages to
>1000 email addresses. I found some suggestions in
this forum very interesting.
1- Some say the mail() function is no good for sending
mass emails, probably because a socket is opened for
every single email. Correct?
2- But because I need to send different messages to different
addresses, and I can't use the ability of SMTP to send the same
message to many different users. Should I still use SMTP?
3- What does the mail() function use for sending mail? Where
can I find the source code for it?
4- How good are other mail scripts (like PEAR-Mail) for my task?
Thank you for helping a novice!
I am looking for a script to send different messages to
>1000 email addresses. I found some suggestions in
this forum very interesting.
1- Some say the mail() function is no good for sending
mass emails, probably because a socket is opened for
every single email. Correct?
2- But because I need to send different messages to different
addresses, and I can't use the ability of SMTP to send the same
message to many different users. Should I still use SMTP?
3- What does the mail() function use for sending mail? Where
can I find the source code for it?
4- How good are other mail scripts (like PEAR-Mail) for my task?
Thank you for helping a novice!