Project

General

Profile

Defect #26012

Updated by Toshi MARUYAMA almost 7 years ago

Hi recently the department of IT, change de Zimbra configuration to not accept the connection with no have any level of authentication. 

 So my enviroument of Redmine not accept now to connect with the Zimbra Mail Server, the error is: An error occurred while sending mail (wrong argument (TrueClass)! (Expected kind of OpenSSL::SSL::SSLContext)) 

 The configuration file is: 

 <pre><code class="yaml"> 
 # default configuration options for all environments 
 default: 
   # Outgoing emails configuration (see examples above) 
   email_delivery: 
     delivery_method: :smtp 
     smtp_settings: 
       address: webmail.mydomain 
       port: 465 
       domain: isutc.transcom.co.mz 
       authentication: :plain 
       enable_starttls_auto: false 
       openssl_verify_mode: true 
       ssl: true 
       user_name: redmine@mydomain.mydomain 
       password: mypassword 
 </code></pre> 
 

Back