Is there some simple function to email an HTML file with PHP?
I am redesigning the email I send from my site and I want to see that it looks good even when outlook/gmail/whatever blocks the images. I've tried pasting the code into the message body, but it just encodes the html into text. I could run a regular mail command, but the HTML file is full of quotation marks that all need to be commented out and that would take a while.
Thanks.