Automattic / WP-Job-Manager

Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
https://wpjobmanager.com
GNU General Public License v3.0
895 stars 366 forks source link

E-mail top and bottom margin missing #2755

Closed yscik closed 2 months ago

yscik commented 5 months ago

Image

yscik commented 5 months ago

Seems like this is caused by Gmail not picking up the media query styles that would set these margins on desktop only. Our (very old) version of Emogrifier puts these in the <body> tag, but it only works in the <head> in Gmail. (https://github.com/MyIntervals/emogrifier/issues/634)

Newer versions of Emogrifier have a different API and multiple files. We should use it via composer, and set up the plugin build process to bundle the vendor directory (but without dev dependencies. (See Woo build script))