Added Send mail functionality & Dockerized application #1

Merged
PeterSurda merged 11 commits from cis-kuldeep/influx-smtp-gateway:master into master 2022-02-21 06:41:14 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit c3830ce249 - Show all commits

View File

@ -3,7 +3,7 @@
SMTP gateway accessible from InfluxDB for sending alerts.
# create .env file with following parameters
server_name = smtp.gmail.com
to_mail = test111@mailinator.com
from_mail = test@gmail.com
from_mail_password = test@123
SMTP_SERVER_HOST = smtp.gmail.com
PeterSurda marked this conversation as resolved Outdated

remove as it's matched with docker service

remove as it's matched with docker service
TO_MAIL = test111@mailinator.com
FROM_MAIL = test@gmail.com
PeterSurda marked this conversation as resolved Outdated

add smtp server name

add smtp server name
FROM_MAIL_PASSWORD = test@123