Skip to content

CyntexMore/synthmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

synthmail

Simple mailing library for Synth Space.

Usage

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)
}

License

Released under the MIT open-source license.

About

Simple mailing library for Synth Space.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages