I am trying to send emails through PHP. I am using the php mail() function but it takes AWHILE to arrive. Sometimes up to hours. That is way to long to wait for something simple like an email confirmation. So I am wondering what is the fastest way to send emails using PHP? And how long would this method take? Thank you!
Fastest Way To Send Emails Through PHP?
Page 1 of 12 Replies - 767 Views - Last Post: 02 August 2011 - 07:03 PM
Replies To: Fastest Way To Send Emails Through PHP?
#2
Re: Fastest Way To Send Emails Through PHP?
Posted 02 August 2011 - 04:43 PM
mail() should not take hours to send. Perhaps it has something to do with the mail's priority or the queue. Google "PHP mail function too slow" for possible causes.
It's probably:
I hope this helped!
It's probably:
- headers
- priority
- the queue
I hope this helped!
#3
Re: Fastest Way To Send Emails Through PHP?
Posted 02 August 2011 - 07:03 PM
Finally fixed it! Thank you
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|