View Single Post
  #5  
Old 08-13-2006, 08:11 AM
oneil oneil is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
oneil is on a distinguished road
Default

The function mail() just puts your email in the queue of mail server (MTA). When your email will be sent out depends on how the queue is running. So the most effecient way of sending mail is to run the queue frequently. It doesn't matter how you code in PHP. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - The function efficient to send mail or not?
View Single Post
  #5  
Old 08-13-2006, 08:11 AM
oneil oneil is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
oneil is on a distinguished road
Default

The function mail() just puts your email in the queue of mail server (MTA). When your email will be sent out depends on how the queue is running. So the most effecient way of sending mail is to run the queue frequently. It doesn't matter how you code in PHP. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote