A friend of mine wants me to help him make a HTML email template that contains a header and footer image.
Originally I thought it would be easy enough to just create a tabular html email that used remote images inside tags for the header and footer, however most email clients will not display these images by default.
A collegue has mentioned MIME and UUEncoding, however I cannot find a clear example of how to achieve this.
Could somebody please give me a hint on how I can achieve what it is I am trying to do.
Thanks in advance