Questions tagged [email]
Questions about emails sent by Magento in general
1,434 questions
0 votes
0 answers
27 views
Hide item stock status in email if email is invoice and not order confirmation
I have a custom extension that displays item stock status in order confirmation and invoice emails. Now I want to remove the stock status only from the invoice email. The problem is that they both use ...
0 votes
1 answer
137 views
Admin 2fa email not receiving
I don't get a email if I log in for the first time in the admin panel I made the admin account with cli
0 votes
1 answer
184 views
New Customer Email Template do not change
I have a weird issue! When I create a new Email Template for a New customer (before the account is confirmed) and a new customer after it is confirmed. The template does not change. I have set the ...
0 votes
0 answers
40 views
Email config error
I install module from https://github.com/magepal/magento2-gmail-smtp-app, I config stmp.gmail then username using my email for sure, password is my app password like a key, then i click test but is ...
0 votes
1 answer
54 views
Magento 2: Custom emails display Admin URL instead of Store URL in the logo link
Email header logo link uses <a class="logo" href="{{store url=""}}"> Display www.xyz.com/admin instead of www.xyz.com/us I am using same email header in all email ...
0 votes
1 answer
94 views
Magento 2.3.4 emails not working
My Magento 2.3.4 doesn’t send emails. I’ve checked these options: Stores -> Configuration -> Advanced -> System Disable Email Communications is set to No. Navigate to Stores -> ...
2 votes
1 answer
121 views
Unable to add PDF as attachment
So I am using magento 2.4.6 and have created a PDF that customer can either download or email. The PDF is created and downlaoded successfully. Below is my code which sends an email without PDF for now,...
0 votes
1 answer
165 views
Magento2 | Change subject email of new order if condition is true
I created an observer that changes the email subject when I place a new order: This is the ChangeOrderEmailSubject.php file: <?php namespace Sales\OrderCust\Observer; use Magento\Framework\Event\...
0 votes
1 answer
163 views
Magento 2 email template - click to send email
I am including a variable email in my template. But it does not format to be clicked and open in the recipients email app (specifically gmail). I have figured out how to do this with a hardcoded ...
0 votes
0 answers
35 views
Contact us form not sending email if we redirect the page to some other url
We have PWA Venia Storefront [ Reactjs on frontend ] . In Contact us page in our website, user enter all details and enter submit button, two things will happen : We are displaying message : "...
0 votes
3 answers
389 views
Create New Custom Email Header Template in magento2?
How to create a New Custom Email Header Template in magento2 and load it into the emails? How to create multiple headers.
0 votes
1 answer
212 views
error filtering templat: Template file 'header.html' is not found in mail in magento 2.4.6
Send invoice email to custom mail address in magento 2 but create custom email template but face this issue in magento 2.4.6 app/code/YourVendor/YourModule/etc/email_templates/invoice_email_template....
0 votes
0 answers
52 views
Magento2: Change date format in order email and translate the months of the date
I want to translate the months of this date and also change date format. Could you give recommendations how to do that? (It's an order email)
0 votes
1 answer
242 views
Magento2: How to update/change Welcome/Subscription email?
Where I can change my welcome email or subscription email? And also I need to translate them to different languages. Maybe you can send tutorials how to do that.
0 votes
2 answers
335 views
"Area code is not set" when trying to send emails
I am trying to send emails programmatically on Magento 2.4.4-p5 using the TransportBuilder, but I get an exception: Area code is not set, even if I set it under the setTemplateOptions method. This is ...