Ghost/core/server/services/mega
Kevin Ansfield 163092f377 🐛 Fixed apostrophes not displaying correctly in Outlook for member emails
refs https://github.com/TryGhost/Ghost/issues/11536

- Outlook supports `'` as a special char for apostrophes but not `&#apos;` which is what cheerio/juiced render
- adds a basic string placement to the email serializer to switch to the older style of special char
2020-08-12 20:01:42 +01:00
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Moved email sending to the background job queue 2020-08-12 17:02:14 +01:00
post-email-serializer.js 🐛 Fixed apostrophes not displaying correctly in Outlook for member emails 2020-08-12 20:01:42 +01:00
template.js Fixed bookmark card image size in fastmail (#11970) 2020-08-03 18:38:45 +01:00