gavinlimely / magento2-postmark
Postmark for Magento 2
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 11
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
- magento/framework: ^102.0.3
This package is not auto-updated.
Last update: 2025-06-06 22:21:59 UTC
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.