How to Configure Shipment Emails in Magento 2
The shipment email is what comes after you set up order confirmation Email. Shipment Email is with The shipping details bridges the gap between the order placed and its delivery. The waiting period until the customer gets his/her ordered items in hands can be difficult as they did not have the chance to check the product physically. You can also add tracking number to current order shipment or shipment email so that customers can track their orders easily.
E-commerce stores can make this easy by updating the customers regarding their order, shipment, and order tracking info.
The default Magento 2 offers multiple options to configure shipment emails to select the email sender, its template, and add multiple email addresses to send the shipment email copy.
For example, if a sales manager wants to know about the product delivery, Magento 2 has a facility to send a shipment email copy to the sales manager. Hence, a sales manager will be informed about the same by sending a copy of the shipment email.
The post shows the steps to configure shipment emails in Magento 2. You can use two individual templates for the shipment email.
-
Shipment email template for existing customers
-
Shipment email template for guests
Steps to Configure Shipment Emails in Magento 2:
-
Login to Magento 2 admin panel
-
Navigate to Stores > Settings > Configuration
-
Under Sales, select Sales Emails
-
Expand Shipment section
-
The default option is set as Enabled that explains the shipment email will be sent to customers when the product is shipped at a given address by a customer.
-
In Shipment Email Sender, select the person from whom the shipment email will be sent. The default Magento 2 offers five email addresses.
-
In Shipment Email Template, select the template based on your requirement or select the default option.
-
In Shipment Email Template for Guests, choose the template for customers who have not created an account in your store.
-
In Send Shipment Email Copy To, enter the multiple email addresses to whom you want to send shipment email copy. Separate email addresses with a comma.
-
Send Shipment Email Copy Method, select bcc(blind carbon copy) or separate email copy method based on your requirement.
-
In Magento Shipping Cancellation Email Templates, select the template based on your requirement, or select the default option. The template will be used for existing customers to send shipment cancellation emails.
-
In Magento Shipping Cancellation Email Templates for Guests, choose the template for customers who have not created an account in your store. The template will be used for guest customers to send shipment cancellation emails.
-
-
Click Save Config
That’s it.
If you have queries, feel free to ask in the Comment section below.
I would like to solve your problem.
Don’t forget to share this post with Magento Community via social media.
Thank you.
Related Posts:
- How to Configure Invoice Emails in Magento 2
- How to Stop Sending Emails Into Spam in Magento
- How to Configure Shipment Comments in Magento 2
- How to Setup Email Refer a Friend in Magento 2
Jignesh Parmar
An expert in his field, Jignesh is the team leader at Meetanshi and a certified Magento developer. His passion for Magento has inspired others in the team too. Apart from work, he is a cricket lover.
6 Comments
Hello,
Same issue in send shipment email to customer
please help me
Thanks
Hello Chintak,
Please tick the checkbox labelled as “Email Copy of Shipment” when you generate the shipment.
Thank You
Hi Jignesh,
How can we send tracking number in the shipment email.
Layout or block both dont work for me>
{{layout handle=”sales_email_order_shipment_items” shipment=$shipment order=$order}}
{{block class=’Magento\\Framework\\View\\Element\\Template’ area=’frontend’ template=’Magento_Sales::email/shipment/track.phtml’ shipment=$shipment order=$order}}
Thanks
Hello Faiz,
Please open the shipment and click on send tracking information.
Thanks.
Hi Sanjay,
Thanks for the reply. It still does not send the tracking information.
Hello Faiz,
You might have overridden the tracking mail otherwise the default Magento sends the mail.
Thank you.