Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Symfony Postmark Mailer Bridge

License

Notifications You must be signed in to change notification settings

symfony/postmark-mailer

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