2022-02-02 08:28:31 +01:00
|
|
|
# influx-smtp-gateway
|
|
|
|
|
2022-02-07 16:28:53 +01:00
|
|
|
SMTP gateway accessible from InfluxDB for sending alerts.
|
|
|
|
|
|
|
|
# create .env file with following parameters
|
2022-02-16 08:49:41 +01:00
|
|
|
SMTP_SERVER_HOST = smtp.gmail.com
|
|
|
|
TO_MAIL = test111@mailinator.com
|
|
|
|
FROM_MAIL = test@gmail.com
|
|
|
|
FROM_MAIL_PASSWORD = test@123
|