Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
3k views

Email Template Library in Java

I know that there is a library called FreeMarker to create Email templates for Java. Do you think this library is suitable to use in enterprise projects? Is there any other libraries to create email ...
3
votes
3answers
2k views

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 ...
2
votes
6answers
301 views

Performing bulk processing in ASP.NET page

We need the ability to send out automatic emails when certain dates occur or when some business conditions are met. We are setting up this system to work with an existing ASP.NET website. I've had a ...
2
votes
3answers
2k views

Salesforce Create Buttons and Links option - Custom URL to launch email template

I have an email template that I would like to launch from within the case using a Link/Button. I see the option under setup->customize->cases->button and links I even see where I need to place the ...
2
votes
1answer
1k views

Salesforce setup an Approval Process with email template help

New to Salesforce and having some issues with the Approval Process setup. I have combed the web looking for solutions but nothing is working, uhg. I have a multi set approval process in place and ...
2
votes
2answers
2k views

.net Email Template engine

I'm looking to create emails, mainly HTML, based on templates - I'd really like to do something like: Set up my template, as an HTML (or similar) file Include tags, that are then replaced with ...
1
vote
1answer
19 views

Helper methods available in mailer views depend on environment?

Related to my previous question I still have one thing that I would like to understand - why this: = link_to(root_path) = link_to(@some_path_set_in_mailer) works in development mode ...
1
vote
1answer
50 views

rails 3.2 haml email template link_to error

I have an application (rails 3.2) with haml (3.1.4) emails. In the email template I wanted to use link_to, but apparently none of those 4 is working in production: #{link_to(my_models_url)} = ...
1
vote
1answer
21 views

Create a mail template in Magento by SQL script?

is it possible to create a mail template directly by running some SQL script? Thanks!
1
vote
1answer
15 views

Loading a Magento mail template and fill its vars from code?

I am loading my mail template like this: $mailTemplate = Mage::getModel('core/email_template'); $myTemplate = $mailTemplate->load($templateId); Now I can get the template content using: $text = ...
1
vote
0answers
79 views

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 ...
1
vote
0answers
23 views

gmail shows text as links while it shouldnt

Does anybody know if there is a special trick to make gmail not to show text as an htmllink? We are sending newsletters to our customers, and there is a possibility that in the text is something like ...
1
vote
2answers
543 views

Use Razor views as email templates inside a Web Forms app

I have an asp.net Web Forms application that needs to send emails. I like the Razor syntax and as you can use Razor outside of MVC I thought I'd try and use that. I've seen that you can ...
1
vote
2answers
184 views

Do HTML email templates require the use of the style attribute?

Are there scenarios where it is (for some reason) required to place the CSS rule inside the style attribute of the HTML tag directly instead of placing the CSS rule inside a selector in the STYLE ...
0
votes
0answers
63 views

Outlook 2010 label “Bring to Front” issue?

I have an email template which was created in MS Word and then pasted into Outlook 2010 and then saved as a template. The problem is i want to create a 2 labels that get the "To:" and "Date". I can ...
0
votes
1answer
142 views

How to use the Email template in Magento

I develop my store in magento community edition 1.5.0.1. I need a Email template that content will be editable by admin. I create a email template through admin "Transactional Emails". Now I need to ...
0
votes
1answer
67 views

Outlook 2007 alternative to margin-bottom

I'm getting very frustrated here. What alternative to margin-bottom do you use in e-mail templates?
0
votes
4answers
131 views

Where to store email templates

I have an asp.net web application, which sends several emails to users during the signup procedure. Right now I have them inline with the code, but I would like to hold them in a central location ...
0
votes
2answers
521 views

Dynamics Ax 2009, Email Templates

I have created an email template in Ax, using the %varname% as a placeholder for items added to the map when you send the email with this: emailParameterMap.insert("modifiedBy", userFullName); ...
0
votes
1answer
1k views

Email Templating for Outlook - What are the Tricks on padding/distance?

i hate writing email templates. with that said, i have a pretty good table'd template created yet Outlook 2007 and Outlook 2010 is creating a lot of spacing between the TR than I notice in other ...
0
votes
3answers
585 views

How do I modify the Magento Share Wishlist email template?

I don't know where to find the "Share Wishlist" email template. I want to change the part where it says "Demo Store" to the proper store name. I also want to change it to a variable that points to the ...
0
votes
1answer
90 views

Can I use conditional branching in xml email templates

I want to have generalised email templates. Currently I have multiple email templates with some part of the subject and body being changed. I would like to club them together with some conditional ...
0
votes
3answers
629 views

How to assign HTML value to a asp.net string variable

I am using asp.net and C#. I want to send mail to my user in HTML format, I have the content in HTML format let say like this <table style="width:100%;"> <tr> <td ...
0
votes
1answer
93 views

Target Non-US Customers In Email Template (NVelocity)

I am using Able Commerce and need to customize the Customer Order Notification email template. I believe Able uses NVelocity for its email templates customization. I would like to display a message ...