Added Send mail functionality & Dockerized application #1

Merged
PeterSurda merged 11 commits from cis-kuldeep/influx-smtp-gateway:master into master 2022-02-21 07:41:14 +01:00
Showing only changes of commit c3830ce249 - Show all commits

View File

@ -3,7 +3,7 @@
SMTP gateway accessible from InfluxDB for sending alerts. SMTP gateway accessible from InfluxDB for sending alerts.
# create .env file with following parameters # create .env file with following parameters
server_name = smtp.gmail.com 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 TO_MAIL = test111@mailinator.com
from_mail = test@gmail.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 FROM_MAIL_PASSWORD = test@123