[Mimedefang] Re : HTML Boilerplates Disclaimers and image filese.g. jpeg/tiff

Paul Murphy Paul.Murphy at argentadiscovery.com
Wed Feb 4 10:14:43 EST 2009



> my($html_boilerplate) = "<BR>All information contained in this email is 
> confidential and may be used by the intended recipient only.\n
> <img src="/var/html/www/logo/Opener_318x204.jpg"</BR>";

You have nested double quotes (") in the HTML string, which Perl will object to, as it looks like two separate strings separated by garbage.

Remove or escape ( \" ) the quotes around the image source, and all will work.

However, also consider what will happen to mail sent externally, where the recipient can't access your image...

Paul.


_______________________________________________________________________
Argenta Discovery Ltd, 8-9 Spire Green Centre, Harlow, Essex, CM19 5TR
Registered in England No. 3671653
_______________________________________________________________________ 




More information about the MIMEDefang mailing list