1. Inlining a Logo for Email Templates
Web DeveloperBackground
The developer needs to include a company logo in a transactional email template that does not support external image hosting.
Problem
The image must be embedded directly into the HTML code to ensure it displays correctly in all email clients.
How to use
Upload the logo file, ensure 'Include Data URI Prefix' is checked, and click convert.
Include Data URI Prefix: trueOutcome
A complete Base64 string ready to be pasted into an <img src='...'> tag.