how to attatch a pdf file to mail
843785Nov 28 2008 — edited Nov 28 2008Hi all,
I am working on mail sending functionality using "mailto" command. I am adding the
code below:
<html>
<head>
<title></title>
</head>
<body>
<form action='mailto:rakhee@hakodateit.com?subject=Test mail' method="post"
enctype="multipart/form-data">
<input type="submit" name="ss" value="Mail"/>
</form>
</body>
</html>
Now I need to attach a pdf file to the above code.
I have tried this by adding "&Attachment='D:\test.pdf'" on the above code.
but it is not seems to be working.
Can anyone know the solution,please help me.
Thanks in advance.
Regards,
Rakhee