Skip to content

Commit

Permalink
provide email_reply_to_id in incomplete application record
Browse files Browse the repository at this point in the history
  • Loading branch information
RamuniN committed Feb 2, 2024
1 parent 3df3678 commit fa50f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/notification/model/notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def send_incomplete_application(

response = notifications_client.send_email_notification(
email_address=contents.contact_info,
email_reply_to_id=contents.reply_to_email_id,
template_id=Config.INCOMPLETE_APPLICATION_TEMPLATE_ID[
contents.fund_id
]["template_id"],
Expand Down

0 comments on commit fa50f57

Please sign in to comment.