https://jumnuoy.blogspot.com/2013/01/how-to-configure-wamp-localhost-to-send.html
Sending mail from localhost using PHP
- Go to your php.ini file and change
SMTP = localhost to SMTP = aspmx.l.google.com
and uncomment sendmail_from and put in your sending gmail address. and set
smtp_port = 25
- Restart localhost
Sending mail from localhost using PHP
- Go to your php.ini file and change
SMTP = localhost to SMTP = aspmx.l.google.com
and uncomment sendmail_from and put in your sending gmail address. and set
smtp_port = 25
- Restart localhost
0 comments:
Post a Comment