04. Inline css + Finish

If you reached this step the newsletter is almost ready to launch. The steps that still need to be done

  1. Upload all the images used in the newsletter on a server
  2. Change All relative paths to absolute paths pointing to the files now hosted on a server.
  3. The CSS is embeded in the <head> now but since some email clients strip the head and body tags we should inline the css to make sure maximum compatibility. The are sites on the internet that do this automatically; the one I use is http://premailer.dialect.ca/
  4. Test it.