Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #6754

Closed
Open
Created Apr 11, 2014 by Administrator@rootOwner

Creating New Issue is not sending SMTP emails

Created by: sgaurav

I just migrated from gitlab 6.0 to 6.7.4. When creating a new issue, no email is received to the user. On inspecting sidekiq, I can see multiple retries and two type of errors

Worker 
Sidekiq::Extensions::DelayedMailer

Arguments 
"---\n- !ruby/class 'Notify'\n- :project_access_granted_email\n- - 70\n"

Error 
EOFError: end of file reached

and other one is

Worker
 Sidekiq::Extensions::DelayedMailer

Arguments 
"---\n- !ruby/class 'Notify'\n- :send\n- - new_issue_email\n - 2\n - 29\n"

Error 
ActiveRecord::RecordNotFound: Couldn't find Issue with id=29

I have seen #6605 (closed) and fix for it #6606 but it seem to be specific to merge notification.

Assignee
Assign to
Time tracking