9 lines
250 B
Markdown
9 lines
250 B
Markdown
# influx-smtp-gateway
|
|
|
|
SMTP gateway accessible from InfluxDB for sending alerts.
|
|
|
|
# create .env file with following parameters
|
|
SMTP_SERVER_HOST = smtp.gmail.com
|
|
TO_MAIL = test111@mailinator.com
|
|
FROM_MAIL = test@gmail.com
|
|
FROM_MAIL_PASSWORD = test@123 |