symfony/aha-send-mailer

Symfony AhaSend Mailer Bridge

v7.3.0 2025-01-10 14:48 UTC

This package is auto-updated.

Last update: 2025-08-04 07:41:52 UTC


README

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