diff --git a/app/dashboard/templates/dashboard/mailbox_detail.html b/app/dashboard/templates/dashboard/mailbox_detail.html index cef91d3d..5867b4c6 100644 --- a/app/dashboard/templates/dashboard/mailbox_detail.html +++ b/app/dashboard/templates/dashboard/mailbox_detail.html @@ -22,6 +22,14 @@ {% endif %} + {% if not mailbox.verified %} +
+ Mailbox not verified, please check your inbox/spam folder for the verification email. +
+ To receive the verification email again, you can delete and re-add the mailbox. +
+ {% endif %} +