Back to Symfony

SMTP

src/Symfony/Component/Mailer/Bridge/AhaSend/README.md

8.0.9691 B
Original Source

AhaSend Bridge

Provides AhaSend integration for Symfony Mailer.

Configuration example:

env
# 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