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!
Comments
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.
Got it. I will try adding a new user/friend now that those tables are empty. Thanks!
@LeonidS I am still getting emails with the wrong domain in the link. Any other ideas?
Here are two links in the same email with different domains.
Try to check if you accidentally set different URL in Studio > API > Settings > General > Site main URL in email notifications
Thanks @Alex T⚜️ That field is blank in Studio > API > Settings > General
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.
in this case it could the case when you have two UNA installations (with cronjobs) on the different domains but connected to the same database.