Skip to content
TILens What matters today in tech v0.2.0
Theme

Topic - Edition

Go

1 items on 13 Jun 2013
Go Rust

Send an email in Go with smtp.SendMail

I wanted to send an email from my TraceLog package when a critical exception occurred. Fortunately Go’s standard library has a package called smpt which can be found inside the net package. When you look at the…

Source: Ardan Labs Blog