Skip to content

Commit

Permalink
Map @orcid.org to the mailgun domains (#7155)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Dec 17, 2024
1 parent 645cf88 commit 9e6b177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private boolean sendEmail(String from, String to, String cc, String subject, Str
apiUrl = getMarketingApiUrl();
else if (fromEmail.endsWith("@verify.orcid.org"))
apiUrl = getVerifyApiUrl();
else if (fromEmail.endsWith("@notify.orcid.org"))
else if (fromEmail.endsWith("@notify.orcid.org") || fromEmail.endsWith("@orcid.org"))
apiUrl = getNotifyApiUrl();
else
apiUrl = getApiUrl();
Expand Down

0 comments on commit 9e6b177

Please sign in to comment.