|
|
|
|
|
| | |
| |
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Wanna know more on sendin mails |
|
From: |
Shivani |
|
Date: |
10/9/2000 1:50:30 AM |
|
IP: |
203.197.76.238 |
Hi friends,
i try to send mail thru asp.
normally we go for cdonts comp as
Set MyCDONTSMail = CreateObject("CDONTS.NewMail")
but somewhere ive seen a code as follows:
Set Upload = Server.CreateObject("Persits.Upload")
Upload.IgnoreNoPost = True
Upload.Save "c:\upload"
If Upload.Form("Send") <> "" Then
Set Mail = Server.CreateObject("Persits.MailSender")
Can anybody explain me what thi is?
thankz in advance.
rgs,
shivani. |
Follow Up - Re: Wanna know more on sendin mails - John Richardson 10/14/2000 6:51:37 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|