Questions tagged [transactional-email]

70 questions
31
votes
2 answers

Mandrill - The difference between global_merge_vars and normal merge_vars

I've looked at this Mandrill knowledgebase article over and over and cannot see any obvious explanation of what the difference is between Global Merge Vars and Merge Vars, and when I should use global vs normal. Both global_merge_vars and merge_vars…
alexleonard
  • 1,314
  • 3
  • 21
  • 37
25
votes
2 answers

Will Setting a Reply To Address at a Different Domain Result in Spam

I send transactional emails from my application on my customers behalf. I'd like for the receiver to be able to click reply and have the reply go directly to my customer, without ever touching my server. If I send an email from me@myapp.com with the…
ryandlf
  • 27,155
  • 37
  • 106
  • 162
18
votes
1 answer

AWS-SES: How to set the display name for the sender address

I am using aws-ses for transactional mailing. And the email address has this format: noreply@domain_name.com The problem is that when the users receive their emails, they see that the sender's name is "noreply" but I'd like to change it to…
AG_HIHI
  • 1,705
  • 5
  • 27
  • 69
16
votes
7 answers

Iterating through array in SendGrid email template

I'm trying to iterate through a collection and display information in a SendGrid template using Ruby on Rails. recipient = SendGrid::Recipient.new("sergio@gmail.com") recipient.add_substitution("username",…
Sergio Tapia
  • 9,173
  • 12
  • 35
  • 59
7
votes
3 answers

How to convert MailChimp designed campaign into a template in Mandrill?

I want to convert my MailChimp campaign into Mandrill template. So that I can use the MailChimp template to send Mandrill transactional email. I designed the campaign with drag-n-drop tools in Mailchimp.
user9371102
  • 1,278
  • 3
  • 21
  • 43
7
votes
1 answer

GMX's "Text Pattern Profiler" blocks transactional emails in English

My web application is sending transactional emails to its users (like "You received a payment", "Please activate your account", "Your article has been sold"). GMX users report regularly that those emails are marked as SPAM because of the "Text…
lacco
  • 882
  • 1
  • 10
  • 24
5
votes
1 answer

How can I send transactional email using sendy with ruby on rails

I am developing ruby on rails application and using sendy with amazon ses for marketing campaign. Is it possible that I will integrate this sendy server as my transactional emails which I am using in my ruby on rails development for welcome email,…
4
votes
2 answers

Editing Magento order confirmation email

I am looking to edit the block of the email that contains the order totals (shipping, grand total), but cant find the template file for this bit of code I need to remove shipping and grand total lines, only showing subtotal lines I have checked the…
Kender
  • 1,191
  • 3
  • 15
  • 34
3
votes
1 answer

Inline / embedding attachments into email results in spam? Is this true?

When sending out one-to-one or transactional emails (i.e. verification emails), can we include an inline / embedded attachment. Which is an image that displays our logo on the top of the email (HTML format of course). I've read a few articles…
Christian Fazzini
  • 19,613
  • 21
  • 110
  • 215
3
votes
1 answer

Transactional Email Service on Azure

Does azure not have a native transactional email service which we can make use of? Currently all aspects of my platform are hosted within azure. Just feels silly going off to a 3rd party for such a simple task.
Zapnologica
  • 22,170
  • 44
  • 158
  • 253
3
votes
2 answers

Sendmail Exception reached when thousands emails sent in bulk mail script. Has sendmail a email-sent limit for a given process?

I am a little desperate with a problem in our web server. Our web is a community with a lot of users and activity. We send to users personalized mails of the activity of their interest. We have a problem in the script that handles these…
2
votes
1 answer

Magento 1.9 Transactional Email Variable Edit

So ive tried for 2 months to find the source of my headache to no avail. Within magentos default transactional emails is for example the "Wishlist" Email, triggered on user input to fill with the specified list of products in the users wishlist and…
2
votes
3 answers

Add replyTo in Magento Transactional Email

What I'm trying to do is to add a replyto field to the core transactional emails of magento. Something like what was archieved in this post with bcc, but for replyTo. Any ideia? Update: Just to clarify this a little. In the magento TEMPLATE class it…
Jóni
  • 364
  • 1
  • 3
  • 16
2
votes
1 answer

Mandrill Adding a Space to a URL

Using Mandrill I'm sending an email that has a link: http://www.slotted.co/NzIyNnx0c2NvdHRAc2xvdHRlZC5jbw== As expected Mandrill replaces my HREF with a tracking…
Tim Scott
  • 15,106
  • 9
  • 65
  • 79
2
votes
0 answers

Magento Transactional Emails get saved incorrectly and changed when saving from Admin (CMS).

Magento Transactional Emails (from Admin) How do I get Magento to save the templates exactly how they are entered in Admin? For me it drops \ that escape characters in the code making it impossible for Magneto to re-open the template once its saved.…
1
2 3 4 5