From 743170e983f48822f85c6a99568b88c4bdeaed76 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 9 Mar 2020 09:09:22 +0100 Subject: [PATCH] Add more guide on mailbox detail --- app/dashboard/templates/dashboard/mailbox_detail.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 %} +