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

Skip to content

Symfony AhaSend Mailer Bridge

License

Notifications You must be signed in to change notification settings

symfony/aha-send-mailer

AhaSend Bridge

Provides AhaSend integration for Symfony Mailer.

Configuration example:

# SMTP
MAILER_DSN=ahasend+smtp://USERNAME:PASSWORD@default

# API
MAILER_DSN=ahasend+api://API_KEY@default

where:

  • USERNAME is your AhaSend SMTP Credentials username
  • PASSWORD is your AhaSend SMTP Credentials password
  • API_KEY is your AhaSend API Key credential

Resources