Skip to content

ZeroTechh/EmailService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmailService

A velocity service which deals with sending emails

Functions

SendSimpleEmail -- sends a simple text only email

_, err := client.SendSimpleEmail(ctx, &proto.EmailData{
    Text: "YOUR TEXT",
    Email: "Email to send",
})

About

A velocity service which deals with sending emails

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages