Hacker News new | ask | show | jobs
by SAI_Peregrinus 1035 days ago
You don't. Common email clients block images by default, because advertisers used them for tracking.

Or you make ASCII art of the logo.

1 comments

Or you include a base64-encoded version of the image. Doing it in-line in HTML should work; I believe <img> tags can also reference an email attachment containing the image (email attachments are base64-encoded anyway...).