Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
sunbird-lms-service
Commits
4829450b
Unverified
Commit
4829450b
authored
3 years ago
by
AMIT KUMAR
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SC-000 feat: email issue (#945)
* Issue #SC-000 feat: email issue
parent
9e0a4de1
release-4.3.0
release-4.3.0_RC16
release-4.3.0_RC15
release-4.3.0_RC14
release-4.3.0_RC13
release-4.3.0_RC12
release-4.3.0_RC11
release-4.3.0_RC10
release-4.3.0_RC9
release-4.3.0_RC8
release-4.3.0_RC7
release-4.3.0_RC6
release-4.3.0_RC5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/platform-common/src/main/java/org/sunbird/mail/SendgridConnection.java
+1
-0
...on/src/main/java/org/sunbird/mail/SendgridConnection.java
with
1 addition
and
0 deletions
+1
-0
core/platform-common/src/main/java/org/sunbird/mail/SendgridConnection.java
+
1
−
0
View file @
4829450b
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets