Using the Bitnami Redmine Windows stack on Windows Server 2008 R2. Trying to configure it to send email through an Exchange server. When clicking on the "Send a test email" button I'm getting the error "An error occurred while sending email (end of file reached)".
configuration.yml
default: email_delivery: delivery_method: :smtp smtp_settings: address: 10.100.0.10 port: 25 open_ssl_verify_mode: none
properties.ini
[SMTP] smtp_host=10.100.0.10 smtp_port=25
Note: At first the error message was "hostname was not match with the server certificate" but after adding "open_ssl_verify_mode: none" the error changed to "end of file reached".