10 lines
257 B
Markdown
10 lines
257 B
Markdown
# influx-smtp-gateway
|
|
|
|
SMTP gateway accessible from InfluxDB for sending alerts.
|
|
|
|
# create .env file with following parameters
|
|
server_host = 0.0.0.0
|
|
server_port = 8081
|
|
to_mail = test111@mailinator.com
|
|
from_mail = test@gmail.com
|
|
from_mail_password = test@123 |