How to add company logo in email disclaimer
| Article:TECH97333 | | | Created: 2009-01-10 | | | Updated: 2011-10-27 | | | Article URL http://www.symantec.com/docs/TECH97333 |
Problem
You want to add an email disclaimer, that includes your company logo, using the annotation feature of Symantec Brightmail Gateway (SBG) appliance.
Solution
You may embed a small image in HTML portion of the annotation using the data URL scheme as described in RFC 2397. Insert HTML tag of the following format with appropriate data from your image in the HTML annotation:
<IMG SRC="data:image/gif;base64,<base 64 encoded image data>" ALT="Company Logo">
Replace <base 64 encoded image data>
Please note that due to limitations on the URL length, this may not work properly for your environment and that some mail clients may not correctly interpret this property of the HTML IMG tag.
Symantec recommends using the more standard URI link for the IMG SRC property as this is more universally understood by internet email clients.
References
http://tools.ietf.org/html/rfc2397
|
|
| Source | ETrack |
| Value | 2433898 |
Legacy ID
2009111009035454
Article URL http://www.symantec.com/docs/TECH97333
Terms of use for this information are found in Legal Notices









Thank you.