udayku_009 Posted March 26, 2008 Share Posted March 26, 2008 hi everybody, this is uday new 2 php i'm developing a site which will show how many candidates are there according to the client requirement.he can send the mails to the candidates after he pays the money from paypal site i have come till this after paying the money it will return back from paypal to the site there will be the send mail button(sending bulk mail)here if say some 10,000 mails to be sent but the client cant wait for that long time so if he closes the site even though sending mail should not stop untill all 10,000 mails is sent. Can anybody help me out wid this. Thx in advance Link to comment https://forums.phpfreaks.com/topic/97926-i-have-to-send-bulk-mails/ Share on other sites More sharing options...
ansarka Posted March 26, 2008 Share Posted March 26, 2008 if you try to send 10,000 mails continuously from the server , it will be a problem your mail server will be black listed to a spammer , so all mails send from your sever will be consider as spam mails to avoid this you can always have a scheduler like cron to send a limited amount of mails at a time Link to comment https://forums.phpfreaks.com/topic/97926-i-have-to-send-bulk-mails/#findComment-501011 Share on other sites More sharing options...
udayku_009 Posted March 27, 2008 Author Share Posted March 27, 2008 *bump* Link to comment https://forums.phpfreaks.com/topic/97926-i-have-to-send-bulk-mails/#findComment-501939 Share on other sites More sharing options...
udayku_009 Posted March 27, 2008 Author Share Posted March 27, 2008 hi! thx for the reply as i said i'm new to this so i need some more help that can u give me some example of this cron so that i can start immeditaley,i'm not asking any code just an example how it works & how can i implement in php for sending mails. thx in advance.... Link to comment https://forums.phpfreaks.com/topic/97926-i-have-to-send-bulk-mails/#findComment-501948 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.