orangescrum-community icon indicating copy to clipboard operation
orangescrum-community copied to clipboard

Update SmtpTransport.php because of google

Open andymnc opened this issue 8 years ago • 1 comments

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

andymnc avatar Sep 06 '16 15:09 andymnc

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?

sarathms avatar May 25 '17 06:05 sarathms