Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 12b0ff5

Browse files
author
Sachin Maheshwari
committed
adding from email
1 parent 7aafe19 commit 12b0ff5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/appirio/tech/core/service/identity/resource/UserResource.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,11 @@ public ApiResponse resendEmail(
913913
}
914914

915915
payload.put("data", data);
916+
917+
Map<String,Object> from = new LinkedHashMap<String,Object>();
918+
from.put("email", String.format("Topcoder <noreply@%s>", getDomain()));
919+
payload.put("from", from);
920+
916921
payload.put("version", "v3");
917922
payload.put("sendgrid_template_id", this.getSendgridTemplateId());
918923

0 commit comments

Comments
 (0)