undefined
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
SMTP = localhost to SMTP = aspmx.l.google.comand uncomment sendmail_from and put in your sending gmail address. and set
smtp_port = 25
0 comments:
Post a Comment