Sending email with PHP

Associate
Joined
2 Aug 2005
Posts
680
Is there any difference between sending email with php between using mail(), sendmail, or SMTP server + auth? It's just we're hitting our sending limit all the time with our host, and I'm currently using mail(to,subject,message,headers), would it be more reliable if I use sendmail, or a script that connects and auths with my SMTP server?
 
Back
Top Bottom