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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...