Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. OpenProject Password Mail not working

OpenProject Password Mail not working

Added by Jannik Schlossberger over 4 years ago

Hey Guys,

maybe you can help me! I set up OpenProject on a Debian 10 clean install. Everything is working fine, except sending "password forgot" mails or "send invite to user" or "assign random password (send to user)".

Project notifications are received, as well as the test mail. 

Any help?

Thanks in advance!


Replies (6)

RE: OpenProject Password Mail not working - Added by Anton Motovilov over 4 years ago

Yes, don't working for me also... And I don't see in log-file nothing. Maybe this bug new version...

RE: OpenProject Password Mail not working - Added by Max Mutzge over 4 years ago

Hi Anton, have you tried sending a test email? Did it work? (Administration ->Email ->Email notifications ->(scroll down:) "send test email")

Kind regards

RE: OpenProject Password Mail not working - Added by Anton Motovilov over 4 years ago

Yes, email test send. Don't send others email: new user and eth.

Matthias Laux wrote:

Hi Anton, have you tried sending a test email? Did it work? (Administration ->Email ->Email notifications ->(scroll down:) "send test email")

Kind regards

RE: OpenProject Password Mail not working - Added by Johnny De Proost over 4 years ago

The same issue here:
https://community.openproject.com/topics/12885

RE: OpenProject Password Mail not working - Added by Rafael Sarmiento over 4 years ago

Same issue here, everything works (including 'Test e-mail')... but I don't receive any other e-mail notification.

RE: OpenProject Password Mail not working - Added by Max Mutzge over 4 years ago

Hi everyone,

There are two different types of emails in OpenProject: One sent directly and from the frontend (this includes the test mail) and one sent asynchronously, via a background job from the backend (this includes the notifications for work package changes, as far as I know).

Could you please have a look if the background worker is running by entering " ps aux | grep jobs " on the server? If it is not running, you don't get any feedback. If it is running then something with "jobs:work" at the end.

Otherwise please try to call your domain name followed by "health_checks/all" (e.g. https://myopenproject.com/health_checks/all).
There should be something about "delayed_jobs_backed_up" and "delayed_jobs_never_ran". If PASSED is written behind it, everything is good.

If the worker is not running (the output is "...jobs" instead of "jobs:work") please try a restart with " sudo openproject restart worker ". 
If that doesn't help it could be that the worker is scaled to 0 for some reason, so please try " sudo openproject scale worker=1 ".
And if that doesn't help either, please have a look at your logs, which are accessible with " sudo openproject logs ".

Another approach would be to restart OpenProject completely, that sometimes helps too.

Kind regards

Matthias

  • (1 - 6/6)
Loading...