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

 

 

To see code……  CLICK HERE

Leave a comment