https://github.com/mtrzk/magento2-email-gmail-markup
Magento 2 module for add Gmail Makup for Email Messages
https://github.com/mtrzk/magento2-email-gmail-markup
adobecommerce ecommerce gmail gmail-markup json-schema magento2 magento2-extension magento2-module
Last synced: 3 months ago
JSON representation
Magento 2 module for add Gmail Makup for Email Messages
- Host: GitHub
- URL: https://github.com/mtrzk/magento2-email-gmail-markup
- Owner: mtrzk
- License: mit
- Created: 2022-08-31T16:12:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T15:21:49.000Z (almost 4 years ago)
- Last Synced: 2026-03-03T20:59:45.584Z (5 months ago)
- Topics: adobecommerce, ecommerce, gmail, gmail-markup, json-schema, magento2, magento2-extension, magento2-module
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_MTRZK
Awesome Lists containing this project
README
# Magento 2 Gmail Markup extenstion
## 1. Documentation
- [Contribute on Github](https://github.com/marcinmaterzok/magento2-email-gmail-markup)
- [Releases](https://github.com/marcinmaterzok/magento2-email-gmail-markup/releases)
- [Google Registration Guidelines](https://developers.google.com/gmail/markup/registering-with-google)
- [What is Gmail Markup?](https://developers.google.com/gmail/markup)
## 2. How to install
### Install via composer (recommend)
**1. Run the following command in Magento 2 root folder:**
```
composer require mtrzk/magento2-gmail-markup
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```
**2. Configure module in Magneto 2 Admin panel**
**3. IMPORTANT! You need to manually add variable in you email templates (in header in head tag).**
```
{{var gmailMarkup|raw}}
```
## 3. How to register in Google
1. If you want to use this module you need to check "Email Sender Quality guidelines" section on
https://developers.google.com/gmail/markup/registering-with-google
2. Enable module, and check order and shipment email via https://www.mail-tester.com/
3. Register on this form:
https://docs.google.com/forms/d/e/1FAIpQLSfT5F1VJXtBjGw2mLxY2aX557ctPTsCrJpURiKJjYeVrugHBQ/viewform?pli=1
4. If you also want to use ViewOrder and TrackAction action you need to check "Actions / Schema Guidelines" section
## 4. CHANGELOG
Version 1.0.1
```
- Fixed code after code review
- Added ACL for configuration
- Removed not used sequence in module
```
Version 1.0.0
```
- First commit
- Added support for Order emails
- Added support for Shipment emails
- Advanced configuration per store
```