Jump to content

How send multiple emails?


johnsmith153

Recommended Posts

Hi, I haven't a clue with this, so I would really appreciate as much detail in any answers as possible. Thanks.

 

A CRON job checks a database every few minutes, and retrieves records which will then be sent as email:

 

ie:

 

Name / Message

 

Jim / Hello Jim, you are 42 years old

Bob / Hello Bob, you are 25 years old

 

All are individual emails.

 

Why should I just not hit sendmail in PHP using a PHP loop? (could need 400 emails per minute, constantly until 10,000 emails are sent. (all individual)

 

How else should it be done?

 

They are all generated and sent automatically through a PHP script.

Link to comment
https://forums.phpfreaks.com/topic/147605-how-send-multiple-emails/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.