Link to home
Start Free TrialLog in
Avatar of BR
BRFlag for Türkiye

asked on

sending bulk email with PHP

do you know how to send emails with PHP?
I want to use "do while" to send emails to the all email addresses at my table.
Do you have a sample code?
SOLUTION
Avatar of Sid_F
Sid_F

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have code that I've written that works (but is specific to my application).  It is meant for one e-mail at a time (confirming registration).  It won't work well for bulk mail.

Can you share more of what you are trying to do?  Context helps.
Avatar of BR

ASKER

Dear hccurdy,
I have a table which has more than 1000 email address.
I want to send email one by one to let my users know about membership details.
It should work like "do while loop" start from the first email address to send until  the last email record.
thank you
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I posted code because that's what I was asked to do.  

Still, I think Sid and Kerokorian have good advice.  I think the PHP-Mailer class is a good idea even though I haven't seen it yet.  (I'm going to go look it up now.)  Seems to be several.  I'm going to investigate this one when I get a chance    http://code.google.com/a/apache-extras.org/p/phpmailer/
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Loganathan Natarajan
try this phplist software , really it does what we want on bulk mailing

http://www.phplist.com/
Avatar of BR

ASKER

thank you