0

How to send email from wamp server version 3.0.6 using SMTP, Can any one give me right solution ? I'm using php mail() function

1 Answers1

1

Using phpmailer sending Email from Local Web Server without using mail().

Following below links :

https://www.sitepoint.com/sending-emails-php-phpmailer/

https://github.com/PHPMailer/PHPMailer

Sujal Patel
  • 592
  • 2
  • 5
  • 14