Skip to content

lucamanolache/email-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Command

This project arose from my need to get notifications when my code finished running on my server while on vacation. The code will send an email notification when the command it is running finishes.

To set it up, create a file called config.toml

[email]
to_address = "<sendtome@address.com>"
smtp_username = "<sendfroma@address.com>"
smtp_password = "<password>"
smtp_server = "<smtp server>"

About

Remotely send results of a command through email/text

Topics

Resources

License

Stars

Watchers

Forks

Languages