|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Sending Mail with a web page as body? |
From: |
ami |
Date: |
11/20/2000 7:12:54 PM |
IP: |
128.139.197.24 |
try this:
dim htmStr a string containing the html
set ml=createobject("CDONTS.newmail")
with ml
.from="from@bla"
.to="you@there"
.bodyFormat=cdobodyFormatHTML cdo constant = 0
.body=htmStr
.send
end with
set ml=nothing |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|