Valerie, I think there is some confusion here. This feature is very similar to when a user marks an email as spam. In this case, sometimes a user's email service will notify Market...
If you want a US-formatted date (ex: "9/22/2016") for pacific time, here you go:#set( $myDate = $date.getSystemDate() )#set( $calendarObj = $convert.toCalendar($myDate) )## Change ...
@Valerie, as Sanford said, this has nothing to do with your email's content. This is a "header" of the email message that we add to your emails to make that button work correctly i...
For #2, modules count as a "marketo-specific element" so existing modules in an individual email also do NOT take on template changes. This is both expected and desirable. The idea...
It's because when you load a template it appends it to the email...we don't scan the existing contents and try to determine where to put the template contents. My recommendation wo...
I can't reproduce your issue.But, I probably know why you are seeing this. This is how it works:In Email 1.0, we only had "rich text" elements. You would define them in your templa...
Email Scripts should execute in the web viewer. If they don't, it's a bug.Tokens will also be replaced in the web viewer, however they currently they will all be HTML-encoded. We h...