Ghost/core/server/services/mega
Kevin Ansfield c5f7adf917 Fixed "view sent email" showing mailgun template variables
no issue

- the `email.{html,plaintext}` fields are only used to display what was sent in the email so it doesn't make sense to store the mailgun-specific content which can be confusing when viewing in the admin area
- store the raw serialized post content with a basic no-data replacement of replacement strings rather than the output of full data fetching and mailgun transformation
2020-04-20 15:35:33 +01:00
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Fixed "view sent email" showing mailgun template variables 2020-04-20 15:35:33 +01:00
post-email-serializer.js Changed {subscriber_firstname} replacement to {first_name} 2020-04-20 14:25:58 +01:00
template.js 🐛 Fixed missing publication icon in newsletter emails 2020-03-12 09:52:54 +05:30