MockSMTP.app - e-mail testing for Mac OS X
mocksmtpapp.com
MockSMTP.app - e-mail testing for Mac OS X
1–10 of 12 posts
Re: MockSMTP.app - e-mail testing for Mac OS X
#2Re: MockSMTP.app - e-mail testing for Mac OS X
#3Re: MockSMTP.app - e-mail testing for Mac OS X
#4Re: MockSMTP.app - e-mail testing for Mac OS X
#5Interesting, 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).
For instance, MailChimp takes CSS styles and modifies your HTML by placing your CSS into inline style tags. This is great, because you can have cleaner markup but still support clients that don't apply CSS well.
Re: MockSMTP.app - e-mail testing for Mac OS X
#6Re: MockSMTP.app - e-mail testing for Mac OS X
#7Re: MockSMTP.app - e-mail testing for Mac OS X
#8Interesting, 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 would be great if this app provided some other functionality that helps with problems like that. For instance, MailChimp takes CSS styles and modifies your HTML by placing your CSS into inline style tags. This is great, because you can have cleaner markup but still support clients that don't apply CSS well.
(I'm not affiliated with them in any way, just found the app to be very useful while working on a recent project)
Re: MockSMTP.app - e-mail testing for Mac OS X
#9Re: MockSMTP.app - e-mail testing for Mac OS X
#10How is this different than just sending yourself the email?
1/ it works offline (think git vs svn) - so you can work in a train for instance
2/ if you test your app with real data (ie: many different emails), you're sure no email will go out by mistake
3/ you can use as many recipients as you want (with any kind of address) and see the emails right away
I could be wrong though - my understanding!