โ Back to Emailify Video Tutorials
What this video covers
The video shows how to export an HTML email from the Emailify Figma plugin and use PutsMail.com to send that unmodified HTML to your own email address for testing. It also shows how to review the message in an inbox like Gmail to check the rendered email before broader client testing.
Things you'll need
- A Figma file with an email already designed in Emailify
- A free PutsMail account
- An email inbox to receive the test message
Steps
- Open your Figma file, run the Emailify plugin from Plugins > Saved plugins, and make sure your email design is ready.
- Click export HTML, keep upload hosted images URL selected, and export to HTML.
- Download the zip file, unzip it, and open the generated folder to find the index.html file.
- Open index.html in a code editor and copy the full HTML to your clipboard.
- Go to PutsMail.com, create a free account if needed, and click create a new test email.
- Paste the HTML into the body, add a subject line, enter your email address, leave move my CSS inline unchecked, complete the Iโm not a robot check, and click send email.
- Open your inbox, find the test email from Litmus PutsMail, and inspect the rendered HTML email.
Useful links