Skip to content

yoed/yoed-handler-mailjet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yo'ed Mailjet

Yo'ed handler which send an email via Mailjet v3 API when someone Yo you.

#Installation

You need go package on your machine to get the source

go get github.com/yoed/yoed-handler-mailjet

#Configuration

Add a config.json file in the same folder than the program.

serverUrl, listen, handle

See general client configuration

##apiKey / apiSecret

Your Mailjet v3 API Key / Secret (you can find them in the admin).

##fromEmail

The email to send the mail from

##toEmail

The email to send mail to

##subject

The email subject

##text

The email text

For both subject and text, you can use the %username% placeholder which will be replaced by the username who have Yo you.

About

Yo'ed handler which send an email when someone Yo you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages