lucascosta / postal-server-api-transport-for-mautic
There is no license information available for the latest version (dev-master) of this package.
Integrate Swiftmailer transport for Postal Server API
Package info
github.com/LucasCCS/postal_server_api_transport_for_mautic
pkg:composer/lucascosta/postal-server-api-transport-for-mautic
dev-master
2025-10-09 00:14 UTC
This package is auto-updated.
Last update: 2026-04-09 01:15:57 UTC
README
Integrate Postal Email service with Mautic to send emails via API.
Notes:
Mautic 5.x is not supported at this time
Installation
Manual Mode
- Go to the plugins folder on Mautic add a new folder called
MauticPostalServerBundle
mkdir /mautic_path/plugins/MauticPostalServerBundle
- Go inside the folder and clone the repo
cd MauticPostalServerBundle git clone https://github.com/LucasCCS/postal_server_api_transport_for_mautic.git .
- Reload the plugin list
rm -rf /mautic_path/var/cache/*
php /mautic_path/bin/console mautic:plugins:reload
- Got to your Mautic plugins menu (
https://mauticURL.com/s/plugins), and you should see the plugin there. If you dont see it, click theInstall/Upgrade Pluginsbutton.
Via composer
- Go to the your mautic folder and run
cd /mautic_path
composer require lucascosta/postal-server-api-transport-for-mautic
How to use it
-
Once the plugin is installed, go to the email settings on your Mautic server (
https://mauticURL/s/config/edit), you should seePostal -APIas a new item you can select from the drop-down menu. -
Provide the Postal email server name and the API key you generated and click on save.