From c3830ce249b987d75aef89697725e91ba7eb2c3e Mon Sep 17 00:00:00 2001 From: "kuldeep.k@cisinlabs.com" Date: Wed, 16 Feb 2022 13:19:41 +0530 Subject: [PATCH] Updated readme file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e188f42..84c2dfe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SMTP gateway accessible from InfluxDB for sending alerts. # create .env file with following parameters -server_name = smtp.gmail.com -to_mail = test111@mailinator.com -from_mail = test@gmail.com -from_mail_password = test@123 \ No newline at end of file +SMTP_SERVER_HOST = smtp.gmail.com +TO_MAIL = test111@mailinator.com +FROM_MAIL = test@gmail.com +FROM_MAIL_PASSWORD = test@123 \ No newline at end of file