Skip to content

Commit

Permalink
Actually print the email_to_use in the email code
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Sep 12, 2023
1 parent c028e4f commit c3b08d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/AssemblyLine/data/questions/al_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ code: |
# email_to_use = "[email protected]"
if task_not_yet_performed('send email'):
log("Court email is ".format(court_email))
log(f"Court email is {court_email}, sending email to {email_to_use}")
email_success = False
if should_cc_user:
log('Sending email to ' + email_to_use + ' and ccing ' + cc_email + ' for ' + str(users) + ' bcc to ' + bcc_email)
Expand Down

0 comments on commit c3b08d2

Please sign in to comment.