I have a zap that’s capturing a web form and sending it into the zapier parser mailbox using php sendmail. It works well, but certain characters are being marked up. For instance an apostrophe (‘) is converted into †-
‘I’m’ becomes
is there a way I can correctly unencode this?