--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The solution you obtained from the wiki works, but use port 587 instead of port 465.
http://stackoverflow.com/questions/15796530/what-is-the-difference-between-ports-465-and-587
I think using port 465 isn't correctly handled by the smtp package yet:
https://groups.google.com/forum/#!msg/golang-nuts/C34HHQcKnJA
http://grokbase.com/t/gg/golang-nuts/13cmabhr5v/go-nuts-sending-emails-with-go
http://stackoverflow.com/questions/11662017/smtp-sendmail-fails-after-10-minutes-with-eof
The document is wrong. Google does use port 25. They must, in order to receive
incoming mail for their "customers".
Both telnet and socat resulted in timeout errors. The issues on my end (probably my is but no worries they'll be gone soon enough). Thanks for the help!