-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] read default timeout from ini configurations #35194
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
azjezz
commented
Jan 3, 2020
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Tickets | #35138 |
License | MIT |
Doc PR | n/a |
e128abe
to
728e9d3
Compare
thanks for development |
src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Transport/AbstractHttpTransport.php
Outdated
Show resolved
Hide resolved
a25cb1a
to
b24b507
Compare
src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php
Outdated
Show resolved
Hide resolved
b24b507
to
bc3460a
Compare
src/Symfony/Component/Mailer/Transport/AbstractHttpTransport.php
Outdated
Show resolved
Hide resolved
bc3460a
to
acf2d58
Compare
nicolas-grekas
approved these changes
Jan 4, 2020
(but a test is failing) |
Fixed 👍 |
acf2d58
to
7f88c2d
Compare
src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php
Outdated
Show resolved
Hide resolved
b202024
to
c303416
Compare
c303416
to
95292bd
Compare
95292bd
to
dafb057
Compare
fabpot
approved these changes
Jan 28, 2020
fabpot
approved these changes
Jan 28, 2020
nicolas-grekas
approved these changes
Jan 28, 2020
Thank you @azjezz. |
fabpot
added a commit
that referenced
this pull request
Jan 28, 2020
…(azjezz) This PR was merged into the 5.1-dev branch. Discussion ---------- [Mailer] read default timeout from ini configurations | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | #35138 | License | MIT | Doc PR | n/a ```env MAILER_DSN=mandrill+https://foo@default?timeout=30 ``` Commits ------- dafb057 [Mailer] read default timeout from ini configurations
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.