Skip to content

herux/hxmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hxmail

Email client library for Go

The hxmail package currently supports the following:

installation

go get github.com/herux/hxmail

Examples,

tested using smtp.office365.com :

email := hxmail.NewHxMail(host, 587, username, password)
email.To(to)
email.Subject("test hxmail")
email.SendMail()

About

Email client library for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages