Added Send mail functionality & Dockerized application #1
|
@ -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
|
|||||||
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
PeterSurda
commented
add smtp server name add smtp server name
|
|||||||
from_mail_password = test@123
|
FROM_MAIL_PASSWORD = test@123
|
Loading…
Reference in New Issue
Block a user
remove as it's matched with docker service