Data Loss Prevention

 View Only
  • 1.  Email Notification to include Company Logo

    Posted Mar 24, 2015 05:52 AM

    I am trying to put company logo in the email notification. I have used html image tag and source of the image file is over internet. this works fine, but when i am trying use put an image that is present locally on the enforce server, it does not work.

    The path where image is present is "D:\SymantecDLP\Protect\tomcat\webapps\ProtectManager\graphics"

     

    Can anyone help me on this?



  • 2.  RE: Email Notification to include Company Logo

    Trusted Advisor
    Posted Mar 24, 2015 06:48 AM

    hello,

     i am afraid this will not work. DLP notification are only text send through SMTP protocol (even for HTML email).

     You should use a link to an image stored on a web server available to all possible recipient of these notification (as you did but not mandatory to use a server on internet).

     Regards



  • 3.  RE: Email Notification to include Company Logo

    Posted Mar 25, 2015 02:09 AM

    I used link to an image on the enforce server, it worked.link was https://<servername>/ProtectManager/graphics/Admin.jpg Thanks for the reply.

    however it throws certificate error. i guess i have to use image located on some other site.