symfony / symfony-docs

The Symfony documentation
https://symfony.com/doc
Other
2.18k stars 5.12k forks source link

Implement Message Stream for Postmark Mailer #15793

Closed fabpot closed 1 year ago

fabpot commented 3 years ago
Q A
Feature PR symfony/symfony#42941
PR author(s) @driesvints
Merged in 5.4
carsonbot commented 2 years ago

Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?

alamirault commented 1 year ago

Mailers transport bridges are listed here: https://symfony.com/doc/5.0/components/mailer.html#transport with DSN examples.

Likes Notifiers (https://github.com/symfony/symfony-docs/pull/18119) WDYT to move mailer bridges docs in repo README.md directly ?

For this example we can explain how option message_stream can be used and impacts

(https://github.com/symfony/symfony/pull/42982 is also specific for Amazon Mailer and it will be logic to have doc directly in the readme)

mdoutreluingne commented 1 year ago

I agree with @alamirault, let's take the same logic as the Notifiers (#18119). However, we must target 5.4 with Mailers transport bridges are listed here : https://symfony.com/doc/5.4/mailer.html#using-a-3rd-party-transport

alamirault commented 1 year ago

I created https://github.com/symfony/symfony-docs/pull/18185 and https://github.com/symfony/symfony/pull/49991. Let's iterate and discuss on this !