abuloichyk / aha-send-mailer
Symfony AhaSend Mailer Bridge
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/abuloichyk/aha-send-mailer
Requires
- php: >=8.2
- psr/event-dispatcher: ^1
- symfony/mailer: ^7.3
Requires (Dev)
- symfony/http-client: ^6.4|^7.0
- symfony/webhook: ^6.4|^7.0
This package is auto-updated.
Last update: 2025-10-10 12:37:38 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 usernamePASSWORD
is your AhaSend SMTP Credentials passwordAPI_KEY
is your AhaSend API Key credential