Closed (fixed)
Project:
Error & Exception Mailer
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2023 at 11:10 UTC
Updated:
28 Dec 2023 at 07:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ohorbatiukComment #3
ohorbatiukEnsure that the user entity is found based on E-mail and that the user entity isn't a pre-defined entity created during the enabling installation profile.
Comment #4
ohorbatiukAdd checking to exist a severity record during letter content creation.
Comment #5
ohorbatiukFix the condition that was added in the previous patch.
Comment #6
szato commented@lexhouk,
thank you for your report, and work.
We should update the patch:
if (($user = user_load_by_mail($admin)) !== FALSE) {toif ($user = user_load_by_mail($admin)) {Comment #7
szato commentedWe also want to send emails to addresses that aren't associated with existing users, so we need something like this:
Comment #8
szato commentedComment #10
szato commentedRegarding points: 1, 2
I removed 'exception_email_queue' plugin, we are using only the 'manual_exception_email'. Duplicates were made in the commit: https://git.drupalcode.org/project/exception_mailer/-/commit/31379083fbc...
MR created.
Comment #13
kosa ilma commented