Apologies for the incorrect terminology throughout this post.
I've set up my mail which is working in every way I want it to - except that it places a / before (what I assume are reserved) characters such as " and '
Is there a way I can get this to email without those in it? I'm using $content = strip_tags($content); to ensure there are no tags but can't work out how to prevent the / in the emails.
Any advice appreciated.
Stephen


