Thursday, April 21, 2005

Ever need access to a SMTP server so you can send email when you're out doing the mobile computing thing?

Use GMail: Set your email client to drop outbound mail to smtp.google.com, and use your gmail login credentials. It even supports using an SSL connection, if you like.



Add/Read: Comments [2]
Tech
Friday, April 22, 2005 9:35:18 AM (Pacific Daylight Time, UTC-07:00)
Agreed, it is really nice to have the gmail SMTP server available on the road. However, it can be a little annoying:
1) messages are often rejected (immediate retry works 90%).
2) no matter what your "from address" or "reply-to" address is in your email client, gmail will override to your gmail settings.
Friday, April 22, 2005 11:52:31 AM (Pacific Daylight Time, UTC-07:00)
There's a pretty simple explaination for 2).

If they used your current credentials, it would qualify as a relay. SMTP servers are big about not becoming an open relay and even though you can use SSL, most likely it's not required. So they're doing that just to make sure it's not a relay, which most likely would be thrown in your junk mail folder anyway since practically every spam filter known to man considers that spamming 101 (well maybe 102, but a remedial course at least).
Comments are closed.