package configuration var ( SMTPHost = "smtp.example.com" SMTPPort = 587 SMTPUser = "admin" SMTPPass = "admin" )