Actions
Defect #26515
closedEmail not being sent for NEW issues using async_smtp AND non-standard emission address
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
This is similar to an old issue about async_smtp mail. To reproduce -
Project A - setup with inbound/outbound email the same like tracker@example.com
Project B - setup with inbound email like test@example.com but outbound the same tracker@example.com
On project A, new issues will cause emails to be sent fine
On Project B, new issues will cause emails to NOT be sent for NEW issues. UPDATES however will work fine.
So this is like similar issues I see. I fixed it by returning to smtp emails, but this is not as good, obviously. It looks like when you fixed the original issue from a few years back, you fixed it for email UPDATES but not for NEW emails with an email address different from the inbound email address.
Actions