in reply to Net::SMTP::SSL - sending HTML

I think it doesn't like the line breaks in my HTML. I will try to strip all of that out of my HTML and update my status.

Thanks

Replies are listed 'Best First'.
Re^2: Net::SMTP::SSL - sending HTML
by stevieb (Canon) on Jul 10, 2015 at 17:37 UTC

    Yes, start off with only a tiny bit of basic HTML, then go from there. Just add a block at a time to the $body variable until you hit your failure.

      The html is huge, I am assuming the issue is with the quotes within the HTML but not sure yet. I will test that theory. I am able to send a simple

      <html> <body> <p>This is just a test</p> </body> </html>

      I will try to see if it breaks if I add "style="something""

      Thanks