in reply to how can i avoid double quotes in options of start tag
<p class=3D"MsoNormal">https://www.google.com</p>
Your HTML is encoded as "quoted-printable". The appropriate steps are to first decode the HTML from Quoted-Printable, for example using MIME::QuotedPrint. Then, munge the HTML as appropriate. Afterwards, optionally re-encode the HTML as quoted-printable if your mail client does not do that already.
|
|---|