You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Subject: You have a new message from [Participant Name]
Date: 2024-10-18 21:11
From: "portal@example-portal.com" portal@example-portal.com
To: [Admin Name] admin@example.com
Reply-To: [Participant Name] participant@participant.com
Example from the new version:
From: [Participant Name] participant@participant.com
Sent: Tuesday, November 12, 2024 10:44
To: [Admin Name] admin@example.com
Subject: You have a new message from [Participant Name]
The text was updated successfully, but these errors were encountered:
It seems that this commit introduces the issue: 50dfee4
It looks like: 'sender' => $senderUserIri,
should be: 'sender' => $admin,
Bavarianspirit
changed the title
Title: Notification Email Sender Issue After Upgrade to Version 1.11.28
Title: Wrong Email Sender for Test Notification in Learning Path - Email Sender Issue After Upgrade to Version 1.11.28
Nov 25, 2024
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:
The text was updated successfully, but these errors were encountered: