Thank The Cheese
Registered
A recently came across this problem. The solution is simple once you know it, but it took some searching.
1. Create HTML page
Create the HTML page that will be used as the email in whatever way you want (ie. Dreamweaver, text editor, or even -- god forbid -- Front Page).
2. Prepare for maximum compatibility
Some tutorials I've read recommend using absolute links and image references in your HTML instead of relative (definition of absolute & relative links), but I tested with both absolute and relative and it didn't seem to matter. Still, it may be wise to keep it absolutely linked.
It is not recommended to use CSS, because not all email clients support it. Again, my experience with CSS emails has been positive, but if you use CSS, make sure you test it on a variety of email clients to make sure it looks the way it should.
Steer away from complex layouts with embedded tables, complex DIV structures, or frames.
3. Upload
Upload the html and images to your server.
4. Open in Safari
Open the page you uploaded in Safari, then choose File > Mail Contents of This Page (or press command+I)
5. Send email
Mail will load up and a new email will open that uses the HTML page. It may look a little strage (images don't align, background colour/image doesn't exist, but it should look correct once sent and recieved.
1. Create HTML page
Create the HTML page that will be used as the email in whatever way you want (ie. Dreamweaver, text editor, or even -- god forbid -- Front Page).
2. Prepare for maximum compatibility
Some tutorials I've read recommend using absolute links and image references in your HTML instead of relative (definition of absolute & relative links), but I tested with both absolute and relative and it didn't seem to matter. Still, it may be wise to keep it absolutely linked.
It is not recommended to use CSS, because not all email clients support it. Again, my experience with CSS emails has been positive, but if you use CSS, make sure you test it on a variety of email clients to make sure it looks the way it should.
Steer away from complex layouts with embedded tables, complex DIV structures, or frames.
3. Upload
Upload the html and images to your server.
4. Open in Safari
Open the page you uploaded in Safari, then choose File > Mail Contents of This Page (or press command+I)
5. Send email
Mail will load up and a new email will open that uses the HTML page. It may look a little strage (images don't align, background colour/image doesn't exist, but it should look correct once sent and recieved.