Open Bavarianspirit opened 1 week ago
Can someone tell me in which PHP file the email generation for completed tests in the learning paths is done?
It seems that this commit introduces the issue:
https://github.com/chamilo/chamilo-lms/commit/50dfee4881c4432b24ceb9cc467069eee0d8adbe
It looks like:
'sender' => $senderUserIri,
should be:
'sender' => $admin,
After recently upgrading our portal from version 1.11.16 to 1.11.28, we’ve noticed an issue with the notification emails sent to admins when a participant completes a test. Previously, these emails were sent from the portal's email address, but now they are sent from the participant's registered email address. The reply-to address, however, remains set to the portal’s email address.
This change has led to many of these emails being marked as spam. Is it possible to revert to the original configuration, or is there a new setting in the updated configuration files that might control this behavior? I checked the config files but couldn't locate any relevant option.
Registration emails and similar notifications are still sent correctly from the portal's address; the issue only affects completion notifications.
Example from version 1.11.16:
Example from the new version: