Hello DP Members I need help regarding contact form. I need php code to send email through contact form. My web administrator is not allowing me to send email without authentication. I need PHP code to send email with SMTP Authentication. I am not familiar with SMTP at all. Thanks for your Help!
http://pear.php.net/package/Mail This is a good pear package that will allow you to use smtp with php. Here's some simple instruction on how to use it: http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html