Sunday, October 20, 2013
Changes to be made in Xampp/Wamp/Lamp Server to use PHP MAILER CLASS
Sunday, October 20, 2013 by Unknown
Hiiiiii, There are some changes need to be made in the php.ini of your Xampp/Wamp/Lamp Server to use PHP MAILER CLASS to send mails from your LOCALHOST. PHP mailer class allows you to send mails from your local machine. To send mails ,PHp mailer class requires some extensions like soap, ssl, sockets but these are commented in php.ini file so,we just have to uncomment those extensions.
Just finds the following 3 lines in your php.ini files and remove the ';' before this lines and just save your php.ini file :
- extension=php_openssl.dll
- extension=php_soap.dll
- extension=php_sockets.dll
After saving your php.ini file , you can send mails from your localhost.
Hope you like this post……..Please Comment…………!!!!!!!!!
Tags: PHP
Subscribe to:
Post Comments (Atom)
0 Responses to “Changes to be made in Xampp/Wamp/Lamp Server to use PHP MAILER CLASS”
Post a Comment