Questions tagged [transactional-email]
70 questions
1
vote
0 answers
Is it possible to change the transactional e-mail process in Magento CE 1.8.1
I am looking to change the transactional e-mail ordering for my Magento 1.8.1 install.
I've found a lot of ways to automate this but none to do it manually.
Ideally I want to have this order of e-mails:
Order placed - Order Information email &…

Alexander
- 115
- 3
- 19
1
vote
1 answer
Magento doesn't appear any default email template
I'm trying to create a transactional email in magento 1.7, but when I try to add a new template the default template select is empty and I can't continue creating it.

Lorena
- 193
- 7
- 18
1
vote
0 answers
How to get the list of mails sent in an api call through mandrill?
I am using mandrill for transactional mails.
I want to get the list of mails which i sent as a batch. I am using php api call
i am sending like this
'to' => array(
array(
'email' => 'recipient.email@example.com',
…

Robin Thomas
- 55
- 4
1
vote
1 answer
Valid images show up broken in transactional emails
So I'm testing out a transactional email using Sendgrid and for some reason the image location is broken even though it exists. I have a really simple image tag, with the FULL path,
Yet in…

user1561753
- 357
- 2
- 3
- 13
1
vote
1 answer
Magento - Get Transactional Email Variables
I was just reading over
http://www.magentocommerce.com/wiki/modules_reference/english/mage_adminhtml/system_email_template/index#email_variables
Anyone know how I can find these variables on my own? The wiki page says they may not actually work,…

Jeffrey L. Roberts
- 2,844
- 5
- 34
- 69
1
vote
1 answer
How do I retrieve the ID of a Grouped Product from which a Simple Product was ordered in Magento?
Let me start with some context. I'm operating in Magento Enterprise Edition 1.8.0.0 and I am relatively new to Magento Development.
I have seen questions similar to this on Stack Overflow, forums, and blogs, but the answer tends to be something like…

Rune
- 133
- 7
1
vote
1 answer
Magento: adminhtml Block Directive Not Loading in frontend Email Template
I've been scouring the net in pursuit of this one. Magento Commerce comes us dry for me. grepping core code, reading Alan Storm, perusing Inchoo, and even finding related questions on SO turn up no answers for me.
With that said, my problem is with…

Rick Buczynski
- 827
- 8
- 23
1
vote
1 answer
Magento Cronjob withTransactional Email
I have a question about transactional emails in Magento 1.7.
If a cronjob is sending the transactional emails its using the wrong theme/templates (base/default). But I want to use my own temples in my own themefolder.
How can I set it to the right…

exe
- 539
- 7
- 18
1
vote
1 answer
Setting Locale for email template in Magento
I have a Mageneto 1.4 installation that sends a customised email when orders are put on hold. It all works perfectly, however it will only send English emails. When the orders come in from the English and German store they are still sent the English…

hammygoonan
- 2,125
- 2
- 21
- 36
0
votes
1 answer
How use "new" operator with resend?
My application in nodejs need send transactional email using the resend library. I installed the resend package with npm i resend and i did the code below.
const resend = require("resend");
const instanceResend = new…

Begginer
- 65
- 1
- 7
0
votes
1 answer
Do I need to use a Transactional Email Service Provider to send emails with Django?
Context
I would like to send transactional Email with Django.
I understand that there are Transactional Email Service Provider (ESP) that faciliatates this endeavour.
The obvious issue I see with this is the cost associated with it. (I know there…
0
votes
1 answer
How tom send email using Mandrill in React.js App?
I am new to mandrill and am using mandrill to send emails in my React application. Also, I've registered my domain in mandril. I've read the documentation but I can't find it.

deta utama
- 669
- 5
- 14
0
votes
1 answer
Laravel 8 sending mailgun via api Client error: Unauthorized response: Forbidden
I recently upgraded my Laravel from 5.7.29 to 8.51. I have been using the Mailgun API to send emails for years. The old version of the site is still able to send via mailgun, but the new version keeps returning this message:
Client error: `POST…

Dylan Glockler
- 1,115
- 1
- 20
- 40
0
votes
1 answer
Reply to transactional email Magento 1
I have a question about transactional emails in Magento 1.9. The transactional email have a reply-to set to no-reply@domain.com. How can I change that to be sales@domain.com? I have the same problem with another site that is built with Magento…
user15926650
0
votes
0 answers
Amazon SES compromised
We experienced something weird. We've got A LOT of mails send with our domain but not by us.
We've got DMARC, DKIM, SPF, etc., all set up and working but the issue still persists. Changing API keys and SMTP keys won't solve this issue.
What can we…

Jan
- 1
- 1