Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 394 Bytes

Go Email

A simple service to send email.

Setup

Username = "user@gmail.com"
Password = "asdasdasdasd"
Title = "Contact-Us"
Host = "smtp.gmail.com"
Port = 587
FromName = "Bob"
FromEmail = "bom@mail.com"
ToName = "Alice"
ToEmail = "alice@mail.com"
ReplyToName = "Support"
ReplyToEmail = "no-replymail.com"
Subject = "Testing server e-mail!"
Message = "This is message body text."