Skip to content

[Mailer][Messenger] Mention that emails are async when using Messenger #18848

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

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

javiereguiluz
Copy link
Member

Fixes #17072.

@javiereguiluz javiereguiluz added this to the 5.4 milestone Sep 8, 2023
@carsonbot carsonbot changed the title [Mailer] Mention that emails are async when using Messenger [Mailer][Messenger] Mention that emails are async when using Messenger Sep 8, 2023
@carsonbot carsonbot modified the milestones: 5.4, 6.4 Sep 8, 2023
If you prefer to send emails asynchronously to improve performance, read the
:ref:`Sending Messages Async <mailer-sending-messages-async>` section. Also, if
your application has the :doc:`Messenger component </messenger>` installed, all
emails will be sent asynchronously by default
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
emails will be sent asynchronously by default
emails will be sent asynchronously by default (you will need to have a worker/consumer running)

isnt it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes ... but I think that at this point that is "an implementation detail". All this, and more, is explained in the linked section. That's why I think it's not necessary to repeat it here.

@javiereguiluz javiereguiluz modified the milestones: 6.4, 5.4 Sep 8, 2023
@javiereguiluz javiereguiluz changed the base branch from 6.4 to 5.4 September 8, 2023 15:04
@javiereguiluz javiereguiluz merged commit 982472a into symfony:5.4 Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mailer] Sending Messages Async should not be default behavior
4 participants