From 3ea72a56c5bab10fa9d484e0a4c9e343163b7228 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 22 Mar 2012 01:53:10 -0400 Subject: Bug 656537 - automatically send a test email when a certificate is uploaded or changed via the securemail preferences tab r=glob --- .../template/en/default/account/prefs/securemail.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl') diff --git a/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl b/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl index c71ea902e..db595a23f 100644 --- a/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl +++ b/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl @@ -17,6 +17,12 @@ # Contributor(s): Max Kanat-Alexander #%] +[% IF test_email_sent %] +
+ An encrypted test email has been sent to your address. +
+[% END %] +

Some [% terms.bugs %] in this [% terms.Bugzilla %] are in groups the administrator has deemed 'secure'. This means emails containing information about those [% terms.bugs %] will only be sent encrypted. Enter your PGP/GPG public key or @@ -30,3 +36,5 @@ SMIME certificate here to receive full update emails for such [% terms.bugs %].< + +

Submitting valid changes will automatically send an encrypted test email to your address.

-- cgit v1.2.3-24-g4f1b