I'm teaching myself go at the moment and I must say working with it is a
real pleasure (especially the concurrency features)!
So I'm currently developing a little server monitoring tool, which notifies
you via mail when something happened (e.g. process stopped running).
The only thing I'm stuck with at the moment is actually sending the mail
from mail online providers (gmail, yahoo ...).
To be able to get it working, I had to enable the gmail setting for "not
secure apps" (something like that). However mails get still rejected
sometimes
(and sadly this happens silently, so no go-error gets thrown), when sending
too "fast" - means sending too much mail in a short amount of time.
I understand that Googlemail doesn't want to be abused for spam and the
likes.
What you guys think, what would be a reasonable way to get important
messages from the server as fast as possible and still be able to comply to
the providers standards? Or is there even some kind of policy (e.g. you
can't send more than 3 mails within 5 minutes) or something like that?
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.