Project

General

Profile

Defect #27310

Updated by Toshi MARUYAMA over 6 years ago

Hello 
 Redmine was working greate on port 25 on sending mails, but this port is closed for security, now the only available port is 465, i configured as: 

 <pre><code class="yaml"> 
 production: 
   delivery_method: :smtp 
   smtp_settings: 
     address: mail.mailserver.com 
     port: 465 
     ssl: true 
     enable_starttls_auto: true 
     domain: mail.mailserver.com 
     user_name: redmine@mail.com 
     password: PASS 
 </code></pre> 

 I tried with "quotes" and without, 
 I tried to empty the file "config/configuration.yml", and make only the production config 

 It keeps giving me the "An error occurred while sending mail (Timeout::Error)" on both testing mail and when i try to send to any user 

 redmine version 2.4 
 ruby 1.9 
 gem 1.8.23 

 Any help please? 

Back