Hi Harshveer Singh
Please run the below query to fix this issue.
UPDATE emailtemplate
SET FromAddress = REPLACE(FromAddress, 'workterra.net', 'careerbuilder.com'),
BodyText = REPLACE(BodyText, 'workterra.net', 'careerbuilder.com')
WHERE FromAddress LIKE '%workterra.net%'
OR BodyText LIKE '%workterra.net%';
Narendra Kumar
added a comment - Hi Harshveer Singh
Please run the below query to fix this issue.
UPDATE emailtemplate
SET FromAddress = REPLACE(FromAddress, 'workterra.net', 'careerbuilder.com'),
BodyText = REPLACE(BodyText, 'workterra.net', 'careerbuilder.com')
WHERE FromAddress LIKE '%workterra.net%'
OR BodyText LIKE '%workterra.net%';
cc: Samir
Hi Harshveer Singh
Please run the below query to fix this issue.
UPDATE emailtemplate
SET FromAddress = REPLACE(FromAddress, 'workterra.net', 'careerbuilder.com'),
BodyText = REPLACE(BodyText, 'workterra.net', 'careerbuilder.com')
WHERE FromAddress LIKE '%workterra.net%'
OR BodyText LIKE '%workterra.net%';
cc: Samir