by hashcode.ru:
What steps will reproduce the problem?
1. register email account on yandex.ru
2. try to send email with smtp.SendMail, smtp.yandex.ru, the port is 25, from
someName@yandex.ru to otherName@yandex.ru
What is the expected output?
The email was sent without errors
What do you see instead?
503 5.5.4 Error: send AUTH command first.
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
Ubuntu 10.4 LTS
Which revision are you using? (hg identify)
branch: release-branch.r60 (document release.r60.3)
Please provide any additional information below.
The smtp.SendEmail function doesn't works with all russian mail providers. It works only
if you send email from gmail account to gmail account.
by hashcode.ru: