Reply
phpmailer with gmail
Old 05-27-2008, 05:56 PM phpmailer with gmail
aslanandbeez's Avatar
Average Talker

Posts: 17
any advice on how to use phpmailer with gmail?
__________________
Aslan & Beez Web Design - Today, Tomorrow, Forever
aslanandbeez is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-28-2008, 10:02 PM Re: phpmailer with gmail
vivekar's Avatar
Webmaster Talker

Posts: 539
First you need to set SMTPAuth as true.

Then, Add values to the following properties.

Host = google
Username
Password

PHP Code:
$mail->Mailer "smtp";
$mail->Host "ssl://smtp.gmail.com";
$mail->Port 465;
$mail->SMTPAuth true// turn on SMTP authentication
$mail->Username "username@gmail.com"// SMTP username
$mail->Password "password"// SMTP password 
__________________
| Submit URL at All the Websites Directory
| Get Certified in Web Design
vivekar is offline
Reply With Quote
View Public Profile Visit vivekar's homepage!
 
Old 05-29-2008, 07:23 PM Re: phpmailer with gmail
aslanandbeez's Avatar
Average Talker

Posts: 17
I did that, I now have problem saying this;

Message was not sent.Mailer error: Language string failed to load: from_failedbabydollboutique@hotmail.co.uk
__________________
Aslan & Beez Web Design - Today, Tomorrow, Forever
aslanandbeez is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to phpmailer with gmail
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11067 seconds with 12 queries