Questions tagged [email-templates]

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

485 questions
0
votes
1 answer

Stretch/Fit HTML Template and Children to Window

My application generates HTML email templates. They are between 600px and 650px wide usually, but sometimes they go up to 900px. The templates are nested pretty deep (lots of table elements for email clients), and sadly all the widths/heights are…
Harper
  • 1,285
  • 3
  • 15
  • 35
0
votes
1 answer

Can i display email template as tab in salesforce app?

I want to design my Email template in my app itself. So can I get an existing email template or any other third party tool is there? Am new to the salesforce. I want to design my email template from my tab in my app
0
votes
1 answer

Trouble with Tables in Outlook 2010 email template

I'm trying to fix the width to <800px wide, however Outlook messes up the template and the table width becomes > 1000px and the columns are all uneven widths. Steps to reproduce: go to the template: http://skif.pk/email/sm1/ press CTRL+A to…
Ozzy
  • 8,244
  • 7
  • 55
  • 95
0
votes
1 answer

django-helpdesk email template

I'm new to Django, and need help with a question about email templates. I'm using a Django-helpdesk apps and it's have a model name Ticket. Along with many other fields, I would like to add an extra field to it, that is, a field name foo. All…
0
votes
1 answer

styles not applying in hot mail email template

I have a table in my email template. I applied styles to right align the text inside the td. But when i check them using hotmail the style tag looks empty. I tried align="right" inside the td. But nothing happens. Html:
Sam Hanson
  • 1,317
  • 4
  • 22
  • 48
0
votes
1 answer

wso2 governance email templates

We have gotten WSO2 governance registry to send e-mails successfully. Now we want to template the emails that are being sent out. There is a sample at : http://docs.wso2.org/wiki/display/Governance450/Notification+E-mail+Customization+Sample This…
0
votes
1 answer

HTML Email template Table help needed

I need help setting up an email newsletter template as one of the columns is not being displayed properly, the column containing heading 2 is not being displayed properly it is being displayed towards right side of the page instead of aligning with…
user1870691
0
votes
7 answers

Confusion about css coding standards for Html Email newsletter

i am coding Email newsletters. i have seen some guidelines regarding Good email coding.. i want to ask about css code for Email newsletters for example its preffered to code inline css but for some free templates i found code like this…
user1769501
0
votes
1 answer

Customer name in newsletter subscription success email template

Im trying to include customer name in newsletter subscription success page. But I couldnt include customer name. I have tried following variables in email template without successful. Im using magento 1.7.0.2 {{var customer.name}} {{htmlescape…
Palanikumar
  • 1,706
  • 5
  • 28
  • 51
0
votes
1 answer

Zoom out in the html template for gmail app on Iphone

I am working on a html email template for my company. I have a zoom out problem which is making some part of the html email template look smaller than the other. I use the following media query @media only screen and (max-device-width: 380px) { …
bozo user
  • 241
  • 1
  • 6
  • 15
0
votes
1 answer

Using the Addressbook in Outlook VBA

Someone at work asked me if I could implement an easy system for him to send out Outlook template-mails based on a few parameters he could enter. An example would be a message like this: "Hello, Please be informed that system **Parameter1** is…
RobinM
  • 33
  • 1
  • 7
-1
votes
0 answers

faux-absolute for top overlay in email template

I am writing an email template where I need to show few information at the top of the image. I did use position:absolute but email clients such as gmail and many more do not render it. So after research on internet I came across the concept of…
Rahul Gupta
  • 972
  • 11
  • 29
-1
votes
1 answer

How to use google fonts in sendgrid?

In sendgrid I can see the preview of the fonts in the correct way but when I send a test email, Google Fonts not working as the way it should be. I tried several ways but non of them worked.
-1
votes
1 answer

How to implement email templates in ckeditor using .net core

I want to implement email templates in ckeditor so user can edit their template.Html elements in template should be bind with database fields. Could you please give me a sample example how to create and edit the email templates in ckeditor
tarun susarapu
  • 35
  • 1
  • 11
-1
votes
1 answer

Embedded inline images in Dynamic tamplate (Sendgrid APis)

I am using/creating Sendgrid Dynamic Template to send the email using JAVA apis. Template has inline embeded image. I am able to see the image in the preview on template on sendgrid console but when I send the mail, then that image is not present on…
Nitesh
  • 1
  • 1