Skip to content

Commit

Permalink
Merge pull request #193 from communitiesuk/BAU-pass-reply-to-email-param
Browse files Browse the repository at this point in the history
Bau - provide `email_reply_to_id` parameter in incomplete application record
  • Loading branch information
RamuniN authored Feb 2, 2024
2 parents 3df3678 + fa50f57 commit d046581
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 d046581

Please sign in to comment.