-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Implement Message Stream for Postmark Mailer #15793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for this issue. |
Mailers transport bridges are listed here: https://symfony.com/doc/5.0/components/mailer.html#transport with DSN examples. Likes Notifiers (#18119) WDYT to move mailer bridges docs in repo README.md directly ? For this example we can explain how option (symfony/symfony#42982 is also specific for Amazon Mailer and it will be logic to have doc directly in the readme) |
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 |
I created #18185 and symfony/symfony#49991. |
This PR was merged into the 5.4 branch. Discussion ---------- [Mailer] Link to bridges READMEs #15793 (comment) PR on symfony/symfony#49991 to document DSN in Readme (some options were missing) Commits ------- 5d02675 [Mailer] Link to bridges READMEs
This PR was merged into the 5.4 branch. Discussion ---------- [Mailer] Add bridge documentation | Q | A | ------------- | --- | Branch? | 5.4 | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | [From a doc issue](symfony/symfony-docs#15793 (comment)) | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Like work done [for notifiers documentation](#49782). This PR document mailer bridges in their README (I harmonized examples) Commits ------- 7ac6fcf [Mailer] Add brifge documentation
The text was updated successfully, but these errors were encountered: