Unverified Commit 4829450b authored by AMIT KUMAR's avatar AMIT KUMAR Committed by GitHub
Browse files

Issue #SC-000 feat: email issue (#945)

* Issue #SC-000 feat: email issue
Showing with 1 addition and 0 deletions
+1 -0
...@@ -27,6 +27,7 @@ public class SendgridConnection { ...@@ -27,6 +27,7 @@ public class SendgridConnection {
port = System.getenv(JsonKey.EMAIL_SERVER_PORT); port = System.getenv(JsonKey.EMAIL_SERVER_PORT);
userName = System.getenv(JsonKey.EMAIL_SERVER_USERNAME); userName = System.getenv(JsonKey.EMAIL_SERVER_USERNAME);
password = System.getenv(JsonKey.EMAIL_SERVER_PASSWORD); password = System.getenv(JsonKey.EMAIL_SERVER_PASSWORD);
fromEmail = System.getenv(JsonKey.EMAIL_SERVER_FROM);
if (StringUtils.isBlank(host) if (StringUtils.isBlank(host)
|| StringUtils.isBlank(port) || StringUtils.isBlank(port)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment