How to use Gmail as your SMTP server

ghotel

Guest
Messages
106
Reaction score
0
Points
0
One of the little-known freebies Gmail offers is a portable SMTP server to send mail from any network for any email address.
Travellers who use their ISP's SMTP server to send mail with their email program (like Thunderbird or Outlook Express) can find themselves in a bind if they're on another network away from home, like at a coffee shop, airport or visiting relatives. But if you've got a free Gmail account (get one here) you can use Google's SMTP server to send mail through Thunderbird from you@example.com Update: Google rewrites the from address to your Gmail address.. Here's how to set it up:

  1. In your email client software, under Outgoing mail, set the SMTP server to smtp.gmail.com.
  2. Set the your username is yourgooglemailname@gmail.com and make sure "Use username and password" is checked.
  3. Also check off "TLS" under "Use secure connection."
And voila! You can send mail for any email address from any network (that lets you connect to an outside SMTP server) using your Gmail account - be sure to enter your Gmail password when prompted.
Check out Gmail's help section on POP access for Gmail for specific instructions for setting this up with your email program. If you only want to use the SMTP server, skip the POP bits and only set up SMTP to work with your existing email account.
Update 1: I was remiss not to point out that Gmail will set the from address for messages sent through smtp.google.com to yourgoogleemailname@gmail.com when using this method. Profuse apologies.

A reader says: "Some clarification: I set up Gmail for a client for SMTP access, and we discovered the following huge drawback: Gmail automatically rewrites the "from" line of any e-mail you send via their SMTP gateway to your Gmail address, and it overrides any Reply-To settings you may have in your e-mail software in favor of the one in Gmail's web interface. So while Gmail's SMTP access sure is handy, it's not a perfect solution for everybody.

On the plus side, Gmail also stores and indexes anything you send via SMTP as if you had sent it using the website, so all your e-mail is still searchable and in one place. Also, since Gmail SMTP does not use port 25, I've yet to see an ISP that won't allow me to send mail through it." Thanks, David!

Update 2: The Gmail spooler is no longer available, but a reader says Gmail invites can be had at bytetest.com. Thanks, Darin!
Update 3: Reader Derek Bennett says, "The solution is to go into your gmail Settings:Accounts and "Make default" an account other than your gmail account. This will cause gmail to re-write the From field with whatever the default account's email address is."
 

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
I havent heard about that. and Thanks for sharing the information.
 

hamsn

New Member
Messages
290
Reaction score
0
Points
0
Thanks for sharing the info.
Hope it works for joomla.

Its a good Add-On for me, provided it works for me.
Anyways thanks, good work.
 

coolgbb

New Member
Messages
13
Reaction score
0
Points
0
Thanks for the info. I didn't that you can do this. You can also try out using xoops as well, that works too.
 

Scott

New Member
Messages
2,093
Reaction score
0
Points
0
You can allow your account to send mail as in the settings if you tweak them. GMail no longer requires invites.
 

tongutd

New Member
Messages
3
Reaction score
0
Points
0
Nice tutorial, thanks for your sharing. I have heard that we can use gmail for our SMTP server but never know exactly how to. :redface:
 

hezuo

New Member
Messages
174
Reaction score
0
Points
0
Great tute, thanks man! I'd like to know if it's possible to do the opposite. I mean, to manage emails from x10hosting in gmail.
 

phoenixreviews

New Member
Messages
34
Reaction score
0
Points
0
Thanks for the info. I've been looking around for the right SMTP server to use, and turns out Gmail had it all along! :biggrin:
 

worldwise001

Member
Messages
57
Reaction score
1
Points
8
Also, since Gmail SMTP does not use port 25, I've yet to see an ISP that won't allow me to send mail through it."

Actually, Gmail SMTP does use port 25 (as this is required of all mailservers on the internet) in addition to port 587. However it may seem that you cannot connect to port 25 at Gmail because most ISPs will block 25 outbound to reduce spam, as there are many other custom SMTP mailservers listening on this port that may not require user authentication. Port 587 is used for secure SMTP, requiring not only a cryptographic handshake, but also user authentication, thus is harder to spoof.

My two cents.
 
Top