Email Creation Tool
About the Tool
I created this tool while working for Joey Ai to improve the creation of emails. The process for creating emails when I started working at Joey was to use photo shop to slice the email image into it's separate parts. Upload the emails to our hosting server, then create the HTML file. Adding in all the a tags, links, rows and cells within the HTML file. This was time consuming and tedious so I decided to make a web tool to improve the process.The tool works by first going to the canvas where you can upload your image, slice it into the smaller images you need. You can then add any links, alt tags, slice colors, etc that are needed. Once finished you can open the export menu, adjust where you want the images to be saved on the sever and generate the HTML.
It's an easy to use all in one tool that greatly improves the time it takes to create emails from images and allows anyone to create them without having knowledge of HTML.
Instructions & Where to Go
From here I suggest visiting the CANVAS. You can view a sample email I have placed there. You can use it to play around with the functionality or even try uploading your own image. From the canvas you can generate the HTML through the export icon in the bottom right and view it in the CODE page. Finally if you have any changes to the already generated HTML you can use the EDITOR to refine your email.**I am only hosting the images for the sample EDM I have created so only those images will render in the editor. If you generate HTML for a new image or under a different image name, you will need to host them and update the src(s) in the HTML.
If you are ever stuck or need more information you can click on the
Notes
Notes This demo is not intended for mobile use. If you are viewing from a mobile device this tool will not display or work as intended.If you are in Firefox the alt key will get in the way of the canvas. If you want to change them more information can be found in the nav info.
If you are using the tool to generate HTML you will need to download the images from the canvas export and host them somewhere. Then update the img src's in the HTML to point to your hosting location.
There is more functionality with the actual implementation of this tool such as uploading gifs and PDFs, replacing rows with new HTML code and replacing images stored on the server. but this is just a basic demonstration of the tool.