symfony/mailgun-mailer
Symfony Mailer transport for Mailgun, supporting SMTP, HTTP, and API DSNs. Configure via MAILER_DSN with your Mailgun API key, sending domain, and optional region to send emails through Mailgun seamlessly in Symfony apps.
Provides Mailgun integration for Symfony Mailer.
Configuration example:
# SMTP
MAILER_DSN=mailgun+smtp://USERNAME:PASSWORD@default?region=REGION
# HTTP
MAILER_DSN=mailgun+https://KEY:DOMAIN@default?region=REGION
# API
MAILER_DSN=mailgun+api://KEY:DOMAIN@default?region=REGION
where:
KEY is your Mailgun API keyDOMAIN is your Mailgun sending domainREGION is Mailgun selected region (optional)How can I help you explore Laravel packages today?