EmailHtml.zip
When trying to send email with a certain HTML format, the error "MalformedQueryString. Illegal hex character in escape % pattern: %%3" occurs. It is some character inside the <style> tag.
However, when I remove the <style> </style> tag and all its contents, the error "414 Request-URI Too Large" occurs. I'm leaving the HTML file attached.
Could you check out these situations?
EmailHtml.zip
When trying to send email with a certain HTML format, the error "MalformedQueryString. Illegal hex character in escape % pattern: %%3" occurs. It is some character inside the <style> tag.
However, when I remove the <style> </style> tag and all its contents, the error "414 Request-URI Too Large" occurs. I'm leaving the HTML file attached.
Could you check out these situations?