how can we sending a mail in gmail using php ? plz help me....
+3
A:
You can use excellent Swift Mailer with these settings:
smtp: smtp.gmail.com
port : 587
user: your gmail email
pass: your gmail password
Sarfraz
2010-06-28 16:54:36
I'm having trouble using SwiftMailer in my script to mail to my own gmail account. I've marked port 587 based on your answer, please take a look at my question http://stackoverflow.com/questions/3478906/using-phps-swiftmailer-with-gmail
omgzor
2010-08-13 20:19:20
+1
A:
Great object-oriented php lib for sending emails.
I think they have dedicated gmail settings.
Jason B
2010-06-28 16:54:48