cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2861
Views
0
Helpful
9
Replies

Configure Encryption Notifcation Templates for IronPort Email Encryption

NickDanger01
Level 1
Level 1

We are running a Cisco C100V Email Security Virtual Appliance and are going to start using the IronPort Email Encryption capabilities to send secure email to recipients outside of our organization.

I see under Mail Polices --> Text Resources that you can create an "Encryption Notification Template" HTML or text based that gives a general message to a recipient on what to do when they receive this secure email using this process.

Is there a way that I can customize that template a little more?  I would like to add at least our corporate logo to that template just to make things more visible to the recipient who the message is coming from.

Ive tried to copy and paste the HTML code out and edit it throwing a <IMG> tag in with a URL as the source back to a logo I put in a folder on our public website however it didn't work.

Can this be done or am I just stuck with the dull as dishwasher framework of that template..?

Thanks.

9 Replies 9

Robert Sherwin
Cisco Employee
Cisco Employee

Yes - you can edit the template to include the logo, or anything you wish --- standard HTML encoding applies...

Here - I have added in the Pittsburgh Pirates "P" logo --->

My HTML code --- only choosing to add a NEW template in the text resources, using the template wording --- and inserting the BOLD RED section w/ the image location for the Pirate "P" source:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  <meta name=version
   content="$RCSfile: PostXMessage.html,v $ $Revision: 1.10 $">
  <title>Secure Email Message</title>
 </head>
 <body bgcolor="#EEEEEE">
  <table align=center style="width:80%;border:1px solid #336699;
   background-color:white">
   <tr>
    <td>
     <table width="95%" cellspacing=0 cellpadding=0 align=center>
      <tr>
       <td>&nbsp;</td>
      </tr>
      <tr>
       <th style="font-family:Verdana,sans-serif;font-weight:700;
        font-size:10pt;text-align:left;color:#333333">
        You have received a secure message
       </th>
      </tr>
      <tr>
       <td style="border-top:1px solid black">&nbsp;</td>
      </tr>
      <tr>
<img  src="http://pittsburgh.pirates.mlb.com/images/homepage/team/y2011/footer/pit.png" border="0">
       <td style="font-family:Verdana,sans-serif;font-size:8pt;
        text-align:left;color:black">
          <strong>Read your secure message by opening the attachment,
          ${AttachmentName}.</strong> You will be prompted to open (view)
          the file or save (download) it to your computer. For best
          results, save the file first, then open it in a Web browser.
          To access from a mobile device, forward this message to
          mobile@res.cisco.com to receive a mobile login URL.
          <br><br>
          If you have concerns about the validity of this message, contact
          the sender directly.
          <br>
          <p>
          <strong>First time users -</strong> will need to register after
          opening the attachment. For more information, click the following Help link.
          <br>
          <strong>Help -</strong> <a href="https://res.cisco.com/websafe/help?topic=RegEnvelope">https://res.cisco.com/websafe/help?topic=RegEnvelope</a><br>
          <strong>About Cisco Registered Email Service -</strong> <a href="https://res.cisco.com/websafe/about">https://res.cisco.com/websafe/about</a>
          </p>
        </td>
      </tr>
      <tr>
       <td>&nbsp;</td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
 </body>
</html>

 

Test your HTML coding out before hand if you need --->

Can you test the code from this site:
http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_pre

 

I hope this helps!

-Robert

 

(*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

after that how we can activate the HTML notification so the end user can receive the messages

Once you've created your customized Encryption Notification Template, go to Security Services/Cisco IronPort Email Encryption, click on the name of the profile you're using under Email Encryption Profiles, and at the bottom is the section for Notification Settings.  You can set which template to use there. 

 

 

Thank you for your response, We did your recommendation, but why we cannot add the HTML template? It does not appear; all the list in here is the notification template as shown below. 

Ruba96_0-1727692740390.png

 

That's a plain notification. Not an encryption notification.


Once you've created your customized Encryption Notification Template, go to Security Services/Cisco IronPort Email Encryption, click on the name of the profile you're using under Email Encryption Profiles, and at the bottom is the section for Notification Settings. You can set which template to use there.

Pick the Encryption Profile... 

pickiep.PNG

 

Change the notification for this encryption profile.  If you don't have Encryption Notifications Text resources built, it won't show them to you here. 

changenotifications.PNG

yes we did all the steps you mentioned above but still we could not add the message 

In the text resource we can add the html code but in the policy action we can not add it 

Please post pics of your text resources and the profile config page.