You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6510 use port 587 in Amazon SES example (snoek09)
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 from http://symfony.com/doc/current/cookbook/email/cloud.html
For 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
0 commit comments