Hi guys,
I am receiving content using imap and sending via an incoming webhook, I’m sending it like below to the right incoming webhook etc.
‘emailHtml’ => $emailHtml,
I receive the content in gravity forms ok but it display with the HTML tags visible instead of formatting as it should with the HTML IE I see the tag which should process the tag as bold instead.
Also it I echo $emailHtml on my script it displays it in HTML.
Any ideas?
Many thanks