I need to use the replace function on my subject line when sending an email to replace some html code.
My issue is when the subject line contains code like “®”
This is my code, any help is appreciated
SUBJECT=”Regarding Your #mailStruct.procedure# Inquiry”
You can use
replace(), orreplaceNoCase()for a case insensitive replace. See cfdocs