Forums
This topic is locked
>> Code check please: Mail error '80040108'
02 Aug 2001 21:10:15 e site posted:
Hi,could someone please check this code?! It's a simple mailsend but really don't find the problem (aaaarrrgh <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
the mail is send, but the body is messed up, ie. blank!
Here it is:
<pre id=code><font face=courier size=2 id=code>
Mail.Body = "Welcome " & Request("Firstname" & "," & vbcrlf & vbcrlf &_
"Your registration as a DIGIMANIAC has been successfully processed. " & vbcrlf &_
"As a DIGIMANIAC you will regularly receive our newsletter keeping you up to date on all the latest product releases involving your digital lifestyle, be eligible for occasional exclusive pre-orders, special promotions and much more!" & vbcrlf & vbcrlf &_
"Enjoy shopping at www.digimania.be, Europe's largest dedicated MP3 mega-store !!" & vbcrlf & vbcrlf &_
"The Digimania Team" & vbcrlf & vbcrlf &_
"To comment on our website please write to us at mailto: " & vbcrlf &_
"Should you need assistance please contact us at mailto: " & vbcrlf &_
"To unsubscribe please write to us at mailto: " & vbcrlf &_
</font id=code></pre id=code>
Thanx in advance for any quick repsonse <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
CU
e_site