How to send a HTMl content via email
Hi all,
I want to send a html content via email. A html page is having an email link. On clicking the link it should prompt for to address and from address and should send what ever the content in that HTML page as the mail body.
Can anybody help me out!!!! Its Urgent...
Thank you
# 1
Of course it's urgent! No one ever says "I have this problem but I'm not
in any big hurry to find a solution so please take your time". :-)
I don't know how to do what you ask. A "mailto" link in the html page has
limited control over the content of the message that will be sent by the
mailer. Possibly some use of Javascript or platform-dependent magic
could do this.
What exactly are you trying to accomplish? Why would you send someone
an html page and have that same html page sent to someone else when
they click on a link in that page? Couldn't they just use the "forward"
function in their mailer?