Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

use port 587 in Amazon SES example#6510

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
xabbuh merged 1 commit intosymfony:2.3fromsnoek09:change-port-in-cloud-email-cookbook
Apr 24, 2016
Merged

use port 587 in Amazon SES example#6510

xabbuh merged 1 commit intosymfony:2.3fromsnoek09:change-port-in-cloud-email-cookbook
Apr 24, 2016

Conversation

snoek09
Copy link

QA
Doc fix?yes
New docs?no
Applies toall
Fixed tickets-

Today I tried to get Amazon SES working using the cookbook recipe fromhttp://symfony.com/doc/current/cookbook/email/cloud.html

For some reason port465 was giving a timeout. Changing it to587 fixed it.
Unless there is a good reason to keep this value I would like to change this port value.

@xabbuh
Copy link
Member

According totheir documentation 587 should be used for STARTTLS (while 465 is meant to be used with the TLS wrapper which encrypts the entire SMTP protocol). However, thetls option value tells Swiftmailer to use STARTTLS (seeswiftmailer/swiftmailer@12a1510).

Thus 👍 from me for this change.

snoek09 reacted with thumbs up emoji

@xabbuh
Copy link
Member

Thank you@snoek09.

@xabbuhxabbuh merged commit29d7331 intosymfony:2.3Apr 24, 2016
xabbuh added a commit that referenced this pull requestApr 24, 2016
This PR was merged into the 2.3 branch.Discussion----------use port 587 in Amazon SES example| Q             | A| ------------- | ---| Doc fix?      | yes| New docs?     | no| Applies to    | all| Fixed tickets | -Today I tried to get Amazon SES working using the cookbook recipe fromhttp://symfony.com/doc/current/cookbook/email/cloud.htmlFor some reason port `465` was giving a timeout. Changing it to `587` fixed it.Unless there is a good reason to keep this value I would like to change this port value.Commits-------29d7331 use port 587 in Amazon SES example
@snoek09snoek09 deleted the change-port-in-cloud-email-cookbook branchApril 25, 2016 06:53
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@snoek09@xabbuh

[8]ページ先頭

©2009-2025 Movatter.jp