fix verification email should be sent to mailbox

This commit is contained in:
Son NK 2020-02-10 23:50:18 +07:00
parent 991a76dabd
commit 144c7fcc6c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def mailbox_route():
+ f"?mailbox_id={mailbox_id_signed}"
)
send_email(
current_user.email,
mailbox_email,
f"Please confirm your email {mailbox_email}",
render(
"transactional/verify-mailbox.txt",