P
Peter Row
Hi,
I am a developer and I have a windows service which uses a database to send
emails.
The emails are in HTML format.
Some of them have <FORM action="mailto:[an email address]"
enctype="text/plain">
in, so that data input into the emails form can be emailed to a specific
person.
This works fine with Outlook Express in that when the address in the
action="" of
the form gets an email, they see the forms data in plain text, (as they
should).
HOWEVER! If someone with Outlook (2002) fills out the form and sends it the
recieved
email has the form data as an attachment called postdata.att
Is there any way to stop this from happening?
Regards,
Peter Row
I am a developer and I have a windows service which uses a database to send
emails.
The emails are in HTML format.
Some of them have <FORM action="mailto:[an email address]"
enctype="text/plain">
in, so that data input into the emails form can be emailed to a specific
person.
This works fine with Outlook Express in that when the address in the
action="" of
the form gets an email, they see the forms data in plain text, (as they
should).
HOWEVER! If someone with Outlook (2002) fills out the form and sends it the
recieved
email has the form data as an attachment called postdata.att
Is there any way to stop this from happening?
Regards,
Peter Row