Ghost/core/server/services/mega
Kevin Ansfield c434666ba2 🐛 Removed [http://url/] output in member email preview text
no issue

- we output the post excerpt in a hidden div in the email template so that email clients pick it up as the "preview" text when listing emails
- when no custom excerpt is provided the preview text is grabbed from post.excerpt which is the first 500 chars of the post.plaintext value
- post.plaintext formats links as "Link [http://url/]" which is unwanted in html email previews

- add a basic replacement to the post email serializer to remove any `[http://url/]` occurrences from the post excerpt before rendering the email content
2020-08-12 20:14:06 +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 🐛 Removed [http://url/] output in member email preview text 2020-08-12 20:14:06 +01:00
template.js Fixed bookmark card image size in fastmail (#11970) 2020-08-03 18:38:45 +01:00