symfony / sweego-mailer
Symfony Sweego Mailer Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Type:symfony-mailer-bridge
Requires
- php: >=8.1
- symfony/mailer: ^7.2
Requires (Dev)
- symfony/http-client: ^6.4|^7.0
- symfony/http-foundation: ^7.1
- symfony/webhook: ^6.4|^7.0
Conflicts
- symfony/http-foundation: <7.1
This package is auto-updated.
Last update: 2024-10-27 15:24:19 UTC
README
Provides Sweego integration for Symfony Mailer.
Configuration example:
# SMTP MAILER_DSN=sweego+smtp://LOGIN:PASSWORD@HOST:PORT
where:
LOGIN
is your Sweego SMTP loginPASSWORD
is your Sweego SMTP passwordHOST
is your Sweego SMTP hostPORT
is your Sweego SMTP port
# API MAILER_DSN=sweego+api://API_KEY@default
where:
API_KEY
is your Sweego API Key