Boxhead
01-06-2004, 05:29 PM
I have a form users can fill in like an outlook message. Users can also add attachments which are added to the server without using COM so the form has to use enctype multipart/form-data.
This form is processed, the attachment added to the server using objUpload, an HTML email built, the attachment added, the email sent then the attachemtn deleted of the server. (I have not done both the attachment and the deletion of the attachment yet).
the trouble is that the email wont send in html form. I have tested it changing the enctype and it works with the standard enctype.
Any idea of what I am doing wrong or if this is possible - here is the email I get:
Date: Tue, 6 Jan 2004 10:36:01 -0000
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C3D440.E1165B00"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
This is a multi-part message in MIME format.
------=_NextPart_000_0016_01C3D440.E1165B00
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
=09
=09
=09
me and you ,
this is the body oh jrts ehg fdhtfd hfg fgs hg=20
this is the close=20
from me=20
Email Address: this is my email <mailto:this is my email=00 >=20
------=_NextPart_000_0016_01C3D440.E1165B00
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC"-//IETF//DTD HTML//EN"><html><head><title></title><st=
yle type=3D"text/css"><!--body {background-color:#FFFFCC; font-family: Aria=
l, Helvetica, sans-serif; font-size: 10pt; margin:0px 0px 0px 0px; }table.s=
ide {background-repeat: repeat-y}--></style></head><body><table width=3D"10=
0%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"><tr><td width=3D"75"><=
img src=3D"http://www.mysite.uk/assets/template/top.gif" width=3D"76=
" height=3D"2" alt=3D"" /></td><td width=3D"55" rowspan=3D"2"><img src=3D"h=
ttp://www.mysite.uk/assets/template/top_left.gif" width=3D"55" heigh=
t=3D"31" alt=3D"" /></td><td width=3D"100%" rowspan=3D"2" background=3D"htt=
p://www.mysite.uk/assets/template/top_bar.gif" class=3D"repx"> =
</td><td width=3D"3" rowspan=3D"3"><img src=3D"http://www.mysite.uk/=
assets/template/top_end.gif" width=3D"3" height=3D"89" alt=3D"" /></td><td =
width=3D"10"><img src=3D"http://www.mysite.uk/assets/spacer.gif" wid=
th=3D"1" height=3D"2" alt=3D"" /></td></tr><tr><td rowspan=3D"2"><img src=
=3D"http://www.mysite.uk/assets/template/badge.jpg" width=3D"76" hei=
ght=3D"87" alt=3D"" /></td><td><img src=3D"http://www.mysite.uk/asse=
ts/spacer.gif" width=3D"1" height=3D"29" alt=3D"" /></td></tr><tr><td><img =
src=3D"http://www.mysite.uk/assets/template/email_temp_06.gif" name=
=3D"Image1" width=3D"55" height=3D"58" border=3D"0" id=3D"Image1" /></td><t=
d align=3D"center"><img src=3D"http://www.mysite.uk/assets/template/=
email_title.gif" width=3D"553" height=3D"58" alt=3D"" /></td><td><img src=
=3D"http://www.mysite.uk/assets/spacer.gif" width=3D"1" height=3D"58=
" alt=3D"" /></td></tr></table><table class=3D"side" width=3D"96%" height=
=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"><tr><td width=3D=
"2%" background=3D"http://www.mysite.uk/assets/template/email_temp_0=
8.gif"><img src=3D"http://www.mysite.uk/assets/spacer.gif" width=3D"=
55" height=3D"100" /></td><td width=3D"98%" valign=3D"top">me and you
,<p>this is the body
</p>this is the close
<br />from me
<br /><p style=3D"font-size:10pt">Email Address: <a href=3D"mailto:this is =
my email
">this is my email
</a></p></td></tr></table>
</body></html>
------=_NextPart_000_0016_01C3D440.E1165B00--
This form is processed, the attachment added to the server using objUpload, an HTML email built, the attachment added, the email sent then the attachemtn deleted of the server. (I have not done both the attachment and the deletion of the attachment yet).
the trouble is that the email wont send in html form. I have tested it changing the enctype and it works with the standard enctype.
Any idea of what I am doing wrong or if this is possible - here is the email I get:
Date: Tue, 6 Jan 2004 10:36:01 -0000
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C3D440.E1165B00"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
This is a multi-part message in MIME format.
------=_NextPart_000_0016_01C3D440.E1165B00
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
=09
=09
=09
me and you ,
this is the body oh jrts ehg fdhtfd hfg fgs hg=20
this is the close=20
from me=20
Email Address: this is my email <mailto:this is my email=00 >=20
------=_NextPart_000_0016_01C3D440.E1165B00
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC"-//IETF//DTD HTML//EN"><html><head><title></title><st=
yle type=3D"text/css"><!--body {background-color:#FFFFCC; font-family: Aria=
l, Helvetica, sans-serif; font-size: 10pt; margin:0px 0px 0px 0px; }table.s=
ide {background-repeat: repeat-y}--></style></head><body><table width=3D"10=
0%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"><tr><td width=3D"75"><=
img src=3D"http://www.mysite.uk/assets/template/top.gif" width=3D"76=
" height=3D"2" alt=3D"" /></td><td width=3D"55" rowspan=3D"2"><img src=3D"h=
ttp://www.mysite.uk/assets/template/top_left.gif" width=3D"55" heigh=
t=3D"31" alt=3D"" /></td><td width=3D"100%" rowspan=3D"2" background=3D"htt=
p://www.mysite.uk/assets/template/top_bar.gif" class=3D"repx"> =
</td><td width=3D"3" rowspan=3D"3"><img src=3D"http://www.mysite.uk/=
assets/template/top_end.gif" width=3D"3" height=3D"89" alt=3D"" /></td><td =
width=3D"10"><img src=3D"http://www.mysite.uk/assets/spacer.gif" wid=
th=3D"1" height=3D"2" alt=3D"" /></td></tr><tr><td rowspan=3D"2"><img src=
=3D"http://www.mysite.uk/assets/template/badge.jpg" width=3D"76" hei=
ght=3D"87" alt=3D"" /></td><td><img src=3D"http://www.mysite.uk/asse=
ts/spacer.gif" width=3D"1" height=3D"29" alt=3D"" /></td></tr><tr><td><img =
src=3D"http://www.mysite.uk/assets/template/email_temp_06.gif" name=
=3D"Image1" width=3D"55" height=3D"58" border=3D"0" id=3D"Image1" /></td><t=
d align=3D"center"><img src=3D"http://www.mysite.uk/assets/template/=
email_title.gif" width=3D"553" height=3D"58" alt=3D"" /></td><td><img src=
=3D"http://www.mysite.uk/assets/spacer.gif" width=3D"1" height=3D"58=
" alt=3D"" /></td></tr></table><table class=3D"side" width=3D"96%" height=
=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"><tr><td width=3D=
"2%" background=3D"http://www.mysite.uk/assets/template/email_temp_0=
8.gif"><img src=3D"http://www.mysite.uk/assets/spacer.gif" width=3D"=
55" height=3D"100" /></td><td width=3D"98%" valign=3D"top">me and you
,<p>this is the body
</p>this is the close
<br />from me
<br /><p style=3D"font-size:10pt">Email Address: <a href=3D"mailto:this is =
my email
">this is my email
</a></p></td></tr></table>
</body></html>
------=_NextPart_000_0016_01C3D440.E1165B00--