orangescrum-community
orangescrum-community copied to clipboard
Update SmtpTransport.php because of google
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
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?