cms-token/@core/vendor/symfony/postmark-mailer
mincreng1 062c41b4d3 Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
..
RemoteEvent Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
Transport Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
Webhook Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
CHANGELOG.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
LICENSE Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
README.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
composer.json Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00

README.md

Postmark Bridge

Provides Postmark integration for Symfony Mailer.

Configuration example:

# SMTP
MAILER_DSN=postmark+smtp://ID@default

# API
MAILER_DSN=postmark+api://KEY@default

where:

  • ID is your Postmark Server Token
  • KEY is your Postmark Server Token

Resources