Simple mailing library for Synth Space.
client := synthmail.New("smtp.purelymail.com", "587", "noreply@synthspace.xyz", "your_password")
err := mailer.Send("user@example.com", "Welcome!",
`Don't forget to star this repository!
— The Synth Space developer team.`)
if err != nil {
fmt.Println("Failed to send email:", err)
}Released under the MIT open-source license.