javascript thread: How to read the headers in an email to include in a reply
When I receive an email, I usually auto-reply using an HTML coded template which includes a background etc. I would like to include in this auto-reply a line that says : Thank you for your email of <date>, with the subject of <subject> Is there any way using javascript I can parse this info from the incoming message, and include it in the reply? I'm pretty new to this stuff, so all ideas welcome.
|





