Actions
Defect #39071
closedproblems with smtp setup
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hello,
i updated my redmine system from 4.1 to 5.0.5 and moved to a newer Server.
Unfortunately i got problems with the SMTP configuration.
my config looks like this:
  #
    email_delivery:
      delivery_method: :smtp
      smtp_settings:
        address: "IP-Adress" 
        port: 25
        authentication: :none
        enable_starttls_auto: false
        openssl_verify_mode: 'none'
This worked fine on the old version.
But now its not working. Did i miss something?
      
      Updated by Eddie Serious about 2 years ago
      
    
    i set the enable_starttls_auto: from false to true. that solved the problem
      
      Updated by Holger Just about 2 years ago
      
    
    - Status changed from New to Closed
 - Resolution set to Invalid
 
See also EmailConfiguration
Actions