Defect #27242
closedissue creation failed if email notification fail
0%
Description
I have a redmine instance installed on a vps:
- redmine 3.3.3
- mySQL
- Apache+passenger
I created an issue, assigned it to a developer and saved the issue. the page keep loading and I finally received an internal error.
I checked the redmine log file (production.log) and I found that there is an issue with mail notification. In fact, my email server was down during my issue creation, so redmine failed to send the email and a rollback occurred on my issue creation!!!
Isn't this a strange behaviour, why issue creation should fail if notification email fails. For me, notification should be a separate module from issue tracking module!!!
What do you think?
Cheers,
Slim
Related issues
Updated by Go MAEDA about 7 years ago
Probably you can avoid the problem by switching delivery_method
to async_*
. Please see EmailConfiguration for the details.
Updated by Go MAEDA about 7 years ago
- Related to Feature #26791: Send individual notification mails per mail recipient added
Updated by Go MAEDA about 7 years ago
And it will be fixed if #26791 is implemented because emails will always be sent in background.
Updated by Slim BENHAMMOUDA about 7 years ago
- Status changed from New to Resolved
Many thanks,
I'm changing the issue status to resolved.
Cheers,
Slim
Updated by Go MAEDA about 7 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Thank you for the feedback. Closing.