PHP for Beginners: Part 3 – Email with PHP
November 23, 2010 at 1:23 pm Tags:mail | php | smtp | zend
It’s good to use the PHP mail() function for explanation, but it’s better to not use that function for your contact form or web application. It’s much better to send mail via SMTP using Zend, PHPmailer or Pear. Many hosting provider doesn’t allow the mail() on their platforms…





