Skip to content

Commit

Permalink
Merge branch 'main' into replace-verification-date-cutoff-with-new-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Dec 17, 2024
2 parents fbce891 + 9e6b177 commit d0361b0
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 d0361b0

Please sign in to comment.