Jump to content

email in php


bestrong

Recommended Posts

Hello!

 

I have a website that sometimes needs a large number of emails to be sent, and for some reason, the built in php mail function often times will not send mail in a loop (hundreds)...like the following

 

while(){

 

send mail function

 

}

 

It seems to only send to some people....it does not work well at all.

 

I have a Centos 5 server.

 

I have looked into PEAR, but I cant get it working...

 

What are my options? and what is the ideal way to send mail with PHP.

 

Thanks in advance!

Ben

Link to comment
https://forums.phpfreaks.com/topic/162623-email-in-php/
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.