Jump to content

mail delivery speed up


divinedesigns1

Recommended Posts

hello, how can i make my php form delivery the mail faster from a html form? like if i want the mail to be in my inbox in lets say 5mins top how can i do this

Link to comment
Share on other sites

It doesn't have anything to do with PHP. Once PHP sends the mail to the mail transfer agent, PHP is out of the loop. The MTA is responsible for sending the mail to the appropriate mail server. If you're using something like a Pear Mail Queue then you can decrease the time that it takes to check the queue, but once the mail gets to the MTA then PHP is out of it.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...