Skip to content

vicdelfant/symfony-postmark-mailer

 
 

Repository files navigation

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

About

Symfony Postmark Mailer Bridge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%