Skip to content
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

Update SmtpTransport.php because of google #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andymnc
Copy link

@andymnc andymnc commented Sep 6, 2016

Gmail, and google in general, is no more accepting to send email if tls is off.
So we need to change this one for gmail, activating the tls, and also to fix the
config/constants.php where the SMTP_PORT should be 587
Otherwise no mail will be forwarded/delivered by the Gmail server

Gmail, and google in general, is no more accepting to send email if tls is off.
So we need to change this one for gmail, activating the tls, and also to fix the 
config/constants.php where the SMTP_PORT should be 587
Otherwise no mail will be forwarded/delivered by the Gmail server
@sarathms
Copy link

Its not just Gmail. Even self-hosted or enterprise email servers that are security, privacy conscious enforce TLS on its clients. Its a simple hack to edit the CakePHP library file to enable this. But its high time this is made a configurable item in constants.php along with other SMTP parameters. Why are pull requests not being addressed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants