Wrong Domain in Email Notification in 14.0.0
I just received a email notification (below) with the wrong domain name. The domain in which this occurred was MyBibleFamily.com, but the link in the email notification says MyExperienceCC.com.
Where do I find the setting to change this? My header.inc.php says
define('BX_DOL_URL_ROOT', 'https://mybiblefamily.com/'); ///< site url
Thanks in advance for the help!
-
-
·
LeonidS
- ·
Hello @mrochek !
All notifcation and mass maling messages are placed with the ready text to the sys_queue_email table. After succesful sending they are deleted from there. So it seems you migrated your site the new domain, but not all old messages have been sent.
-
·
LeonidS
-
- · mrochek
-
·
In reply to LeonidS
- ·
Got it. I will try adding a new user/friend now that those tables are empty. Thanks!
-
- · mrochek
- ·
@LeonidS I am still getting emails with the wrong domain in the link. Any other ideas?
-
- · mrochek
-
·
In reply to mrochek
- ·
Here are two links in the same email with different domains.
-
-
·
Alex T⚜️
-
·
In reply to mrochek
- ·
Try to check if you accidentally set different URL in Studio > API > Settings > General > Site main URL in email notifications
-
·
Alex T⚜️
-
- · mrochek
-
·
In reply to Alex T⚜️
- ·
Thanks @Alex T⚜️ That field is blank in Studio > API > Settings > General
-
- · mrochek
- ·
Thanks to @LeonidS for figuring out that a Chron Job for the wrong domain was the cause of the bad links in the emails. Once I disabled that chron job, all of the emails had the correct links.