getyourkarthick Posted October 28, 2010 Share Posted October 28, 2010 How to add SMTP authentication for PHP mail form which is using POST function... Quote Link to comment https://forums.phpfreaks.com/topic/217079-how-to-add-smtp-authentication-for-php-mail-form/ Share on other sites More sharing options...
gizmola Posted October 28, 2010 Share Posted October 28, 2010 You need to use an alternative package like http://pear.php.net/package/Mail or http://phpmailer.worxware.com/ Quote Link to comment https://forums.phpfreaks.com/topic/217079-how-to-add-smtp-authentication-for-php-mail-form/#findComment-1127420 Share on other sites More sharing options...
getyourkarthick Posted October 28, 2010 Author Share Posted October 28, 2010 I am not so familiar with php can you pls provide me the php script for smpt authentication? Quote Link to comment https://forums.phpfreaks.com/topic/217079-how-to-add-smtp-authentication-for-php-mail-form/#findComment-1127513 Share on other sites More sharing options...
JeremyCanada26 Posted October 28, 2010 Share Posted October 28, 2010 I am not so familiar with php can you pls provide me the php script for smpt authentication? For SMTP, I use the Zend Mail class which comes from the Zend Framework and it's free to use but you'll have to include it in your php script if your want to use it. http://framework.zend.com/manual/en/zend.mail.html Quote Link to comment https://forums.phpfreaks.com/topic/217079-how-to-add-smtp-authentication-for-php-mail-form/#findComment-1127535 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.