diff options
author | Santo Cariotti <santo@dcariotti.me> | 2020-12-04 21:43:45 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2020-12-04 21:43:45 +0100 |
commit | fcd222a0fc8731bb34e46dd5f7948a7f84156100 (patch) | |
tree | ec701a4d8a22fdcc38f70003c2cb4358bd2290f8 /README.md | |
parent | cc2aa68d4e9ec4ad0d8cd7633f4a46469c177606 (diff) |
chore: "From" email setted by env
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ -# rsanta - make your Secret Santa +# rsanta - Make secret santa with your friends You must set environments variables for smtp: ``` +export NAME=nameofemail export EMAIL=youremail@tld.com export PASSWORD=passsword export HOST=smtp_host |