symfony / aha-send-mailer
Symfony AhaSend Mailer Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:symfony-mailer-bridge
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-01-10 14:50:20 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