ripenecommerce / magento2-postmark
Postmark for Magento 2
Installs: 2 909
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 11
Open Issues: 5
Type:magento2-module
Requires
- php: >=7.1.3 ~7.4.0||~8.1.0
- magento/framework: ^102.0.5||103.0.*
README
A Magento module to use Postmark instead of Core e-mail module.
Forked from a module by Sumo Heavy that has since been taken offline.
How it works
This module overwrites the Magento e-mail model so that outgoing mail is passed through Postmark.
Getting Started
Configuration options (Backend)
Accessible via Stores > Configuration > Services > Postmark Integration
Enable Postmark Integration
Enable it to start using Postmark instead of core e-mail model
API Key
Your own Postmark API key
Automated Testing
There is a test suite created for the initial module, but it is not currently maintained and will almost certainly not pass.
It is left in place with the goal of updating it to work correctly again in the future.