notz/mautic-postal-plugin

Postal Mail Server Plugin for Mautic

Maintainers

Package info

github.com/notz/mautic-postal-plugin

Homepage

Type:mautic-plugin

pkg:composer/notz/mautic-postal-plugin

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1

1.0.0 2024-06-14 09:20 UTC

This package is auto-updated.

Last update: 2026-04-16 09:35:39 UTC


README

Mautic Postal Plugin

This plugin enable Mautic 5 to send emails via SMTP transport and receives Bounces & Failures via Webhooks.

Installation

Clone repo.

git clone <repo-url> PostalBundle

Install the plugin

rm -rf var/cache/dev/* var/cache/prod/*
php bin/console mautic:plugins:reload --env=prod

Postal Configuration

Add a webhook on your postal server configuration for MessageDeliveryFailed and MesssageBounced to following url:

https://mautic.yourdomain/mailer/callback

Testing

To run all tests composer phpunit

To run unit tests composer unit

To run functional tests composer functional

Static analysis tools

To run fixes by friendsofphp/php-cs-fixer composer fixcs

To run phpstan composer phpstan