How to configure WAMP (localhost) to send email using Gmail ?
Posted
by Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2009-03-01T22:54:52Z
Indexed on
2010/04/27
10:23 UTC
Read the original article
Hit count: 302
Hi, I'm learning PHP and I want to use the mail() function from my localhost. I have WAMP installed and a Gmail account. I know that the SMTP for Gmail is smtp.gmail.com and the port is 465 (more info from gmail). What I need to configure in WAMP so I can use the mail() function?
Thanks!!
© Stack Overflow or respective owner