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. [SOLVED] Update Work not sending email

[SOLVED] Update Work not sending email

Added by Doug Perham almost 10 years ago

I burned a couple days on this.

My email configuration was correct. My OP settings were correct.

I could send test emails and account update emails correctly and received them perfectly; however, when I updated a work issue in some way, no email was received. In fact, I could see no attempt to issue mail at all the logs.

It turns out that my registration email was mixed-case, ala UserName@example.com.

I noticed the following in the logs (with debugging turned on)

SELECT “users”.* FROM “users” WHERE “users”.“type” IN (‘User’, ‘AnonymousUser’, ‘DeletedUser’, ‘SystemUser’) AND (LOWER (mail) IN (‘UserName@example.com’))

That was my only clue. So I made my email address all lowercase and voila, email notifications worked.

I hope this saves someone some aggravation. Probably should be a bug.


Replies (1)

RE: [SOLVED] Update Work not sending email - Added by Fabian Schwarz almost 10 years ago

Dear Sir,

Many Thanks for your hint. This issue was really driving me nuts. Test mail was working fine, but no notification ever turns up. Nearly spent a week on this. DEFINITLY should be a bug.

Best regards
Humppa

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