Hi Takayuki,
It’s not happening only with DOCTYPE declarations. When I don’t specify DOCTYPE, CF7 will still wrap everything in p tags. This means that if I include ONLY this code:
<img src="https://somedomain/images/someimage.png" >
Dear [your-name],<br /><br />
Thanks for contacting us! This is just a note to confirm that we have received your message. We'll analyze your request and reply as soon as possible.<br /><br />
The CF7 will send it like this:
<p><img src=3D"https://somedomain/images/someimage.png"></p>=0A<p>Dear Joe=
,</p>=0A<p>Thanks for contacting us! This is just a note to confirm that=
we have received your message. We'll analyze your request and reply as=
soon as possible.</p>
Any idea why this is happening?
Thank you in advance.