How is this different than just sending yourself the email?
Because if you use a real smtp server:
- Sometimes setup are not easy (like using gmail in a rails app)
- It's not instant
- You need a internet connection.
11–12 of 12 posts
How is this different than just sending yourself the email?
Interesting, but the problem with writing HTML e-mail is rarely real-browser testing, but rather, testing the convoluted filtering/rendering of the various webmail clients (Hotmail, Yahoo, GMail).
It's like make HTML/CSS for a webpage. First level, you create you HTML/CSS code and test it with Firefox usually. Then when you are happy with, you check safari/chrome and debug IE :).