Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Development
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Development
  5. email notification Zoho

email notification Zoho

Added by Anton Grinchik 9 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.


Loading...