1 // Package gomail provides a simple interface to compose emails and to mail them 2 // efficiently. 3 // 4 // More info on Github: https://github.com/go-mail/mail 5 // 6 package mail 7
View as plain text