diff options
author | Bertrand C | 2018-11-13 22:58:50 +0100 |
---|---|---|
committer | Bertrand C | 2018-11-13 23:04:48 +0100 |
commit | 510a511e3da5da62685f59e5d52de1a31398a635 (patch) | |
tree | f2e8a62f34d2fc15d2a1ffb71f7c5772b1b1ece4 /mail.properties.example | |
parent | 867f556cfcf539e1c9f40f069043f73cf5d55e02 (diff) | |
download | aur-510a511e3da5da62685f59e5d52de1a31398a635.tar.gz |
Update: .service uses a shell script to support mail and sms props
sms.properties and mail.properties examples added
sms.properties and mail,properties added to backup files
server.properties removed, retrieved from github
indentation changed to 4 spaces instead of mixed of tab and spaces, on every files
Diffstat (limited to 'mail.properties.example')
-rw-r--r-- | mail.properties.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail.properties.example b/mail.properties.example new file mode 100644 index 000000000000..feda06569c68 --- /dev/null +++ b/mail.properties.example @@ -0,0 +1,9 @@ +# Change to your Gmail values +# Once renamed to mail.properties, it will be automatically taken into account +# after restarting the server. +mail.smtp.auth=true +mail.smtp.starttls.enable=true +mail.smtp.host=smtp.gmail.com +mail.smtp.port=587 +mail.smtp.username=YOUR_EMAIL_HERE +mail.smtp.password=YOUR_EMAIL_PASS_HERE |