Sunday, October 20, 2013

Changes to be made in Xampp/Wamp/Lamp Server to use PHP MAILER CLASS

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.

PHP mailer class


Just finds the following 3 lines in your php.ini files and remove the ';' before this lines and just save your php.ini file :

  1. extension=php_openssl.dll
  2. extension=php_soap.dll
  3. 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:

0 Responses to “Changes to be made in Xampp/Wamp/Lamp Server to use PHP MAILER CLASS”

Post a Comment

© 2013 MyCodeStock. All rights reserved.
Designed by SpicyTricks