Questions tagged [email-templates]

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

485 questions
4
votes
1 answer

Using Linkedin's dust.js as rich email templating platform

I want to send rich email to users using nodemailer of node.js. But the template engine I want to use is dust-LinkedIn template engine. Do anybody has an idea of using dust.js for email templating or have a working tutorial of it with nodemailer for…
Mohit Mathur
  • 679
  • 8
  • 15
4
votes
1 answer

(Rails Emails) Create, view, update email Templates in rails

Hi, I would like to make the user be able to edit the mail content, like body, subject, etc. and in the same time, this content contains some parameters related to the user. I used a gem called Maily https://github.com/markets/maily, which I was…
4
votes
3 answers

What is the best way to use Email Template in Zend/PHP

I am working on a website where Users create their accounts. I need to send email to users on many oceans. For example when signup, forgot password, order summary etc. I want to use emails templates for this. I need your suggestions for this. I want…
Naveed
  • 41,517
  • 32
  • 98
  • 131
4
votes
3 answers

Issue in creating email teamplate

I am trying to create an email template like following. I have used table. I am able to do everything except the image is not displayed at proper position. The images should be displayed in middle and on top of the container(see screen 1), but I am…
Nikhil N
  • 4,507
  • 1
  • 35
  • 53
4
votes
2 answers

Email HTML signature adds blank HTML elements on web clients, causing layout to break

I've been trying to fix this for a few hours already, and I just can't seem to find the problem. I have this HTML email signature that has to wrap properly on low resolution devices. This is a mockup with how it should look on large-screen…
Zubzob
  • 2,653
  • 4
  • 29
  • 44
4
votes
2 answers

pass custom variable/parameter from email template to phtml file

I am stuck in my custom code. I want to pass a custom variable from email template to pthml file. Edit file app/code/local/Mage/Sales/Model/Order.php in this function : public function sendNewOrderEmail() { --- default code start…
Lalit Kaushik
  • 1,062
  • 2
  • 12
  • 30
4
votes
3 answers

how to scale image in email body?

How to scale image in email body ? I am adding html template in an email.And there is an image in that template. And i wants,the image should be fit according to email client width.And the height should be adjust according to image width.Something…
Pawan
  • 2,150
  • 11
  • 45
  • 73
3
votes
4 answers

How to Send an Email Using an Existing Email Template in Exact Target?

I have created a simple Email Template in ExactTarget which has an ID e.g. 19712732. I'd like to use this email template to send emails using the WebService API (C# code) of Exact Target: https://webservice.exacttarget.com/Service.asmx? The wiki…
The Light
  • 26,341
  • 62
  • 176
  • 258
3
votes
5 answers

Email template boilerplate - unable to set row height

I'm using this boilerplate: http://htmlemailboilerplate.com/ I want a table row to be 6px of height and one row to be 1px of height. No matter what I try the table rows wont go less than a height of 15px. Coincidently 15px is the…
Scott
  • 3,967
  • 9
  • 38
  • 56
3
votes
0 answers

TFS - tools to edit email template of build notification

Are there any tools available, which gives a wizard to edit the email format for the notifications sent after build done by TFS. i tried to find out how to edit email format for project alerts. and got many articles where they provided path for…
Radhi
  • 6,289
  • 15
  • 47
  • 68
3
votes
0 answers

How to parse html template with data in array?

I have a html template and I want to append some dynamic data having array. I am able to parse data with simple placeholder but When it comes to add array in placeholder, I am not able to find any solution , how to do that. I found lots of…
3
votes
1 answer

By MJML, how to create a responsive email template with nested columns?

In MJML seems there is no way to nest mj-column's, So how do you create nested columns? This is what I'm trying to build: I tried using mj-section and mj-wrapper too but seems none of these tags can be nested.
Morteza
  • 2,097
  • 5
  • 28
  • 47
3
votes
1 answer

How can I disable mail preview(email-templates) in node js?

I am using nodemailer with email-templates. I can send emails to users. The only issue I am facing that it is previewing emails every time. Will you please tell me how can I disable it? var email = new EmailTemplate({ message: { …
Simerjit Parmar
  • 808
  • 1
  • 7
  • 22
3
votes
1 answer

Nodejs +Nodemailer @4.6.4 + Emailtemplates @3.6.0

I tried to send Mails with Nodemailer. Nodemailer itself works fine. But I also need Templates, so I googled a bit about it and found email-templates . I added it to the project, installed it. All fine. I create a Template, and all is working fine…
Exitare
  • 561
  • 2
  • 10
  • 30
3
votes
2 answers

Typo3 8.7: Different mail templates for form finisher EmailToReceiver / EmailToSender

I'm using the Typo3 form-module (sysext) with two email-finishers: EmailToReceiver vs. EmailToSender. I set up a custom mailtemplate, but HOW can I select different mailtemplates for this two different mails? OR is there another way to send two…
ejoo
  • 51
  • 1
  • 7
1 2
3
32 33