|
|
|
|
|
| | |
|
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: e-mailer |
From: |
thien |
Date: |
10/23/2000 4:10:54 PM |
IP: |
166.44.65.144 |
What kind of the newMail object that you are using? either CDONTS, ASPMail, or JMail. I only work with CDONTS. If you use the same thing as i do, whhat you need to do is first open the instance of the new mail object as
dim
objectNewMail = server.createobject("CDONTS.NewMail")
then you would have
objectNewMail.from = "email here"
objectNewMail.To= "email here"
objectNewMai.Body = "Your body"
The most important is you would use the stored procedure to read throught all the records in your database in order for you to run the report.
I cant express all in here, if you need more information, email me then i can show you how to do it. It is simple, but you get to understand it very well.
Thien |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|