cURL with HTML content
I need to post to a URL and I am doing this with curl. But the problem is
with the HTML content I am posting. I am using this page which I am
requesting to send an html email. So it will have inline styles. When I
urlencode() or rawurlenocde() these style attribute is stripped. So the
mail will not look correct. How can I avoid this and post the HTML as it
is ?
No comments:
Post a Comment