问题
Has anyone found a good way to actively debug HTML emails in the IOS Gmail app? Sending constant tests to a server is tedious, time consuming and does not allow me any debugging tools of course. I need a solution to actively solve all of Gmails little quirks.
回答1:
Can can not debug HTML E-Mails in an easy way. The best way to test emails is to use an automation tool to send emails to you for testing. I used a grund / gulp plugin to send mails via mailgun (https://www.npmjs.com/package/gulp-mailgun). For testing multiple clients at once, I recommend litmus (https://litmus.com/email-testing)
来源:https://stackoverflow.com/questions/24091456/debug-html-email-in-gmail-app