Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

 

History

History
History
40 lines (28 loc) · 935 Bytes

File metadata and controls

40 lines (28 loc) · 935 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Mailgun Mailer

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 key
  • DOMAIN is your Mailgun sending domain
  • REGION is Mailgun selected region (optional)

Sponsor

This package is looking for a backer.

Help Symfony by sponsoring its development!

Resources

Morty Proxy This is a proxified and sanitized view of the page, visit original site.