Is there an easy way to take an HTML email that is in AppleMail and save it out as an HTML file that can be used for email updates?

I know in Outlook you can save as html file but looking to do this on a mac with AppleMail.

I know i can view the raw source data but this doesnt provide me with the right information. THe HTML is all jumbled and not what i am looking for.

Any ideas?

link|improve this question
feedback

migrated from stackoverflow.com Jan 22 at 1:03

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

Try this, EML is the HTML format I think you are looking for.

link|improve this answer
Well i dont want to import it into Outlook, i want to use it as an html file. I dont have access to outlook on the mac. – estern Jan 20 at 15:21
EML is formatted the same as mht (en.wikipedia.org/wiki/MHTML). The link describes how to export it to EML wich is alomst the same as MHT, wich is a form of HTML. I took a few shortcuts, but I suggest to give it a try. – Jasper Duizendstra Jan 20 at 15:29
Yah it seems that i need to manually go into the funky eml file and clean it up, thanks for the direction. – estern Jan 20 at 15:37
feedback

Your Answer

 
or
required, but never shown