ZeptoMail integration with Magento
Magento is an open-source e-commerce platform that allows businesses to build on. A business hosted on Magento will be communicating with their customers using transactional emails like invoices, tracking details and other account related emails like welcome emails, password reset emails and more. This is possible by integrating their service with Zoho ZeptoMail. The business owner can easily download ZeptoMail and configure it with their Magento account to send out these emails. Follow the steps below to download Magento :
- Download the Magento version 2.x from here.
- Extract the Zip, go to zeptomail-2.X/Zoho and copy paste it to magento Rootdirectory/app/code/folder.
- Next, go to the Magento root directory on your server and enter the following commands:
- php bin/magento module:enable Zoho_ZeptoMail.
- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy
- php bin/magento cache:clean
- Login to your Magento admin panel.
- You will find ZeptoMail listed on the left pane. You should configure ZeptoMail to start using it to send transactional emails.
Steps to configure ZeptoMail
- Select ZeptoMail from the left pane.
- From the top pane, select the store for which you wish to configure ZeptoMail. You should configure ZeptoMail separately for each store.
- From the drop-down, select the region where your account is hosted.
- Copy paste the Send Mail Token from your ZeptoMail account. This will used to send emails.
- Magento allows the following types of emails to interact with your customers :
- General contact - Email address for your store, used for all general queries.
- Customer support - All customer support requests will be handled through this email address.
- Sales representative - The sales-related activities can be handled using this email address.
- Custom email 1 & 2 - Two email addresses that can be customized based on your needs.
- Add the email address that will be used to send emails from each category. If you use an email address apart from the ones you mention, the General contact email address will be used by default.
- The email addresses should be associated with domain(s) verified in your ZeptoMail account.
- Click Save.
- The configuration will be successfully saved. The emails will be sent from these accounts.
- You can also send test emails to check your configuration.