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.