Possible Duplicate:
How to send 100,000 emails weekly?
How to send a multiple emails at a time in cakephp
I have one question to ask you.
I would like to send mail to 100 persons at once using PHP language.
How should I do?
select only one email from database and send then loop a process.
select 100 email from database and send at once. (Can PHP send to 100 emails at once?)
please explain me.
Thanks