Hello,
I have a fully installed orangescrum server and was able to send emails with my personal gmail account.
I just reconfigured the constants.php file to use my own mailserver but keep getting this message when running the tests:
php_openssl in php.ini is enabled
mail.triumapp.com:587 () is open.
Simple Email Caught exception: SMTP Error: 530 5.7.0 Must issue a STARTTLS command first
Template Email Caught exception: SMTP Error: 530 5.7.0 Must issue a STARTTLS command first
It seems that orangescrum can't handle the starttls with the default settings. Is there any way to enable this?
Thanks