HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/whatsapp.dmstech.online/vendor/symfony/postmark-mailer/README.md
Postmark Bridge
===============

Provides Postmark integration for Symfony Mailer.

Configuration example:

```env
# SMTP
MAILER_DSN=postmark+smtp://ID@default

# API
MAILER_DSN=postmark+api://KEY@default
```

where:
 - `ID` is your Postmark Server Token
 - `KEY` is your Postmark Server Token

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)