Added by Anton Grinchik about 2 months ago
Hello! I need your help in setting up email notification through the zoho mail server.
Here is the working configuration from my gitlab:
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtppro.zoho.eu"
gitlab_rails['smtp_port'] = 465
gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_enable_starttls_auto'] = false
gitlab_rails['smtp_user_name'] = "my@e_mail"
gitlab_rails['smtp_password'] = "password"
gitlab_rails['smtp_domain'] = "domain"
gitlab_rails['gitlab_email_from'] = 'my@e_mail'
gitlab_rails['smtp_openssl_verify_mode'] = 'peer'
gitlab_rails['smtp_tls'] = true
gitlab_rails['smtp_ssl'] = true
In the openproject settings, I can't find the tls parameter anywhere, which I think can be the cause of difficulties
Here is my configuration in OpenProject, please help.