Debug HTML Email in Gmail App

为君一笑 提交于 2020-08-24 06:13:20

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!