Questions tagged [email-templates]

Email templates are HTML based documents typically used in conjunction with email marketing services to send branded messages.

485 questions
-1
votes
1 answer

MJML - Add a image with specific width for Outlook

right now I'm trying to create an email template with MJML. I'm testing the results with litmus and so far the template is perfect for every email client. But Outlook 365 - on Windows Outlook 2019 - on Windows are just stretching the image to 100%…
-1
votes
2 answers

Mailchimp mc:repeatable & mc:variant not working as expected

I've been trying to get my custom email template in mailchimp to work with their building blocks. Been doing what the documentation is saying but i can't seem to get it to work. I used mc:repeatable="content" & mc:variant="random name" The only…
-1
votes
1 answer

Position not work well for email template in safari

I am trying to create one email template have one footer and wants to fix in Bottom of the email template, Is there any way? Appreciate in advance.
Alpesh
  • 19
  • 5
-1
votes
2 answers

Email Templates: Gmail ignores HTML u tag

RESOLVED: issue caused by HTML sanitizer I'm creating an email template in JSON and I have an underlined word, e.g:
  • Date: Post must be shared on Instagram within one week of receiving your…
user6506263
-1
votes
1 answer

How we can add hamburger for email templates

I am working on email templates to make them responsive for mobile devices but i am not sure how i can show hamburger for menu on mobile devices without using js.
-1
votes
2 answers

emails are showing perfect in inbox but not in spam

I am facing a very strange issue that the email which are sending using cakephp email are showing perfect if they came in my inbox folder but not showing proper when they are in spam folder. below are the images inbox Spam what could be the issue.
urfusion
  • 5,528
  • 5
  • 50
  • 87
-1
votes
1 answer

empty css selector in Outlook email

I'm updating an email template. Gmail, hotmail and yahoo are working fine with the selector table td:empty{} But Outloook 2010 (mso 14) is not understanding the :empty pseudo-selector ( https://www.campaignmonitor.com/css/ ) Somebody knows a…
mario ruiz
  • 880
  • 1
  • 11
  • 28
-1
votes
1 answer

Sitecore email campaign manager view online

Im using sitecore 7.0 and ECM 2.1 and I came to an issue. Im trying to add a view online link to my message but I dont know where to redirect to. Basically the message is made of different modules with different datasources so I dont have a page?…
Snapper
  • 686
  • 1
  • 13
  • 29
-1
votes
1 answer

On submit, gather text from inputs and display it in a separate textarea

Project: An editable HTML email template Goal: Create a user friendly set of inputs that, upon form submission, gathers the inputted text and inserts it between specified p tags. The code that makes the email template is in a textarea at the bottom…
-1
votes
1 answer

Is not a valid directory path

I am starting using node-email-templates to send email with swig template and I am getting this error. templates/welcome.html is not a valid directory path Here is my codes from controllers/email.js file. var path = require('path'); var…
Khay
  • 1,530
  • 13
  • 28
-1
votes
1 answer

Outlook: how to create template which duplicates recipient address in link in email content?

I am new with outlook. I would like to create a template with a link inside. The link would have a variable which would be equal to the email address of the recipient. Is it possible to do it? if so how? PS: I know nothing about VB, macro... but…
Greg
  • 640
  • 5
  • 11
  • 23
-1
votes
2 answers

Magento core/email_template_mailer not send mail for a custom module

I have create a email template for a custom module. For that case it have using core/email_template_mailer ( Mage::getModel('core/email_template_mailer');) and also it has html template .But it is not working; Here define template html in…
Amit Bera
  • 7,581
  • 7
  • 31
  • 57
-1
votes
1 answer

Email template broken up. Showing HTML tags

I am trying to send an email on form submit to the client i work for but he is getting is broken up. The email is showing up html tags. Template:

New Tour Request

-2
votes
0 answers

Salesforce Lightning Email Template

As per my understanding, I am not able to use any script inside in lightning email template. I want to make the box dynamic based on the field value available. If the value is available then the box should be visible if the value is not available…
-2
votes
2 answers

CSS does not apply in email

I recently found out that an app on shopify has allowed users to add custom code sections, and I've added some to my email templates in the app. In the preview of the email and the test email, the codes work perfectly like this: However, when a…
Heng
  • 35
  • 1
1 2 3
32
33