SMTP Email

Hello,
I want to send an email using Google's SMTP server. How do I achieve it? I'm a beginner so yea, I'd appreciate any details.
RFCs are you friend whenever dealing with network protocols:
http://tools.ietf.org/html/rfc5321
I occasionally work on an article I want eventually finish regarding this very topic and your biggest obstacle is going to be the encryption that these servers require to authenticate (AUTH) your account. Do yourself a favor and use a library for this part, you'll save yourself a migraine or ten.
Topic archived. No new replies allowed.