Questions tagged [transactional-email]

70 questions
2
votes
2 answers

Can't pass variable in block directive from transactional email template

I've loaded New Order transactional email to insert a custom block. I inserted it under the order items table layout handle call, and try to pass it $order variable. {{layout handle="sales_email_order_items" order=$order}} ... {{block…
trodriguez
  • 75
  • 1
  • 7
2
votes
2 answers

Transactional Email and Meteor

I have an app written in PHP that I am porting to Meteor. This question is really two parts: 1) Currently, my server forwards all email to a PHP script that parses out the response and inserts it into a database, allowing users to respond to message…
wdhilliard
  • 135
  • 11
2
votes
1 answer

Showing / Hiding Mandrill mc:hideable fields via the message API

Mandrill allows you to attach the mc:hideable attribute on an element in HTML email, as in

Content that I only want to show on some emails. Because it has a link that…

pariser
  • 275
  • 3
  • 10
2
votes
1 answer

MandrillMailer Ruby Gem with Interceptors

I am working with the Mandrill Mailer Ruby Gem (https://github.com/renz45/mandrill_mailer), but I am wanting to setup an interceptor so that in Development (and Staging) emails go to a different email address. I am not sure how to go about doing…
dennismonsewicz
  • 25,132
  • 33
  • 116
  • 189
1
vote
1 answer

How to get transactional emails to display proper logo and email address for multi store magento 1.5.1

When I set up email transaction templates in Magento 1.5.1, it is not pulling the correct information into the template. I have gone through and created and saved templates though the transactional email setup for each store. Each store has its own…
Steve
  • 11
  • 1
  • 3
1
vote
0 answers

Displaying orders in custom HTML transactional emails

So I have this problem. I'm using WooCommerce and Campaign Monitor for transactional emails. I have made a custom HTML template for order confirmation. I also use Zapier for sending those email, but when there is more than one position in the order,…
1
vote
1 answer

Transactional Emails - Default Styling and Variables in Magento 1.9

I'm looking for 2 specific variables. Wishlist - The var_message variable has some styling to it that im trying to edit. Abandoned Carts - pulls on this extension URL : connector/email/basket/code/secret/quote_id/***** And im unable to find the…
LewisMCT333
  • 105
  • 2
  • 10
1
vote
0 answers

Magento - Show certain text for two payment methods in transactional email

so what I am trying to do is show certain text for two different payment methods in magento transactional emails. What I have written so far is: {{if order.getPayment().getMethod()=='payone_advance_payment'}} This is A. {{else}} {{if1…
Kesaja
  • 57
  • 7
1
vote
2 answers

Increase transactional email deliverability

My question is strictly related to transactional emails and common best practices like using different email providers for transactional and marketing emails, relevant Subject, From and Reply-To addresses, etc. is assumed. Would using multiple…
Emanuel George Hategan
  • 1,123
  • 1
  • 13
  • 22
1
vote
1 answer

Is there a way to send custom data to Mailchimp's API so it can be included in a campaign?

Can I send data (think, different customer fields that would otherwise be sent from inside a Rails mailer) to Mailchimp's API that will be included inside an email (campaign)?
1
vote
1 answer

MailJet-Email Template using conditional statement in BLOCKED ststus

Used mailJet module in node js // template Hello {{var:first_name:""}}, Welcome to Mailjet. This is an example of a templating language message. This message contains variables and nested loops (for .. endfor)! You…
Kepler
  • 119
  • 1
  • 3
  • 11
1
vote
1 answer

Send transactional and marketing emails using 'SendInBlue'

I want to send transactional and marketing emails using 'SendInBlue'. I also want to use Python language to do the same. I have visited the API doc of SendInBlue and followed the same procedure, still unsuccessful in sending the emails. from mailin…
1
vote
1 answer

Sendgrid Substitutions Tags

I want to send a notification email in my application and I am trying to use sendgrid. My application is writtin in CoffeeScript. enter code here from_address = 'noreply@example.co' subject = 'This Is The Subject' html_body = '
1
vote
0 answers

Magento {{depend}} directive for different contact forms

I have created an additional custom email form for catalogue requests and added to a CMS page as follows: {{block type="core/template" name="contactForm" form_action="/contacts/index/post" template="contacts/myForm.phtml"}} I have also…
Shakamal
  • 87
  • 2
  • 10
1
vote
1 answer

Magento Transaction Email Variables - Get Postcode

Need to include the Shipping Postcode for a DPD tracking link to work, but cannot find the a way to insert only the Shipping Postcode/Zipcode. Any help inserting just the shipping postcode would be very helpful, I assume something like this: {{var…
aw_dev
  • 11
  • 2