forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.67k stars 337 forks source link

How to remove "- *|MC_PREVIEW_TEXT|*" from #292

Closed borisyordanov closed 6 years ago

borisyordanov commented 6 years ago

This text - *|MC_PREVIEW_TEXT|* shows up both in gmail and yahoo mail, when viewing the emails list. Once you open the email it is not visible. How can i stop it from showing up?

image

image

niftylettuce commented 6 years ago

Can you share with me your template?

Are you using MailChimp?

borisyordanov commented 6 years ago

@niftylettuce Sorry for not responding! I am using MailChimp and this was indeed what was causing that text to appear, due to this tag

    <title>*|MC:SUBJECT|*</title>