Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Frequently Asked Questions
 FAQ Addition Requests
 Additional Email Support
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

RBeaubien
Starting Member

1 Posts

Posted - 10 May 2001 :  13:28:00  Show Profile  Send RBeaubien an ICQ Message  Reply with Quote
Can you please add support for aspSmartMail? Here is the code to make it work for you.
case "aspmail"
Set objNewMail = Server.CreateObject("aspSmartMail.SmartMail")
objNewMail.Server = strMailServer
objNewMail.SenderName = strFromName
objNewMail.SenderAddress = strSender
objNewMail.Recipients.Add strRecipients
objNewMail.Subject = strSubject
objNewMail.Body = strMessage
on error resume next ' Ignore Errors
objNewMail.SendMail


Thanx
<

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 May 2001 :  13:54:15  Show Profile  Reply with Quote
sure thing.

Are you using v3.1 SR4 ?

Would you mind testing it after I add the code to inc_mail.asp and admin_config_email.asp ?<
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 May 2001 :  14:10:18  Show Profile  Reply with Quote
Here is a link to the file. If you don't mind testing it, that would be great.

http://www1.domaindlx.com/dssdbs/files/aspsmartmail.zip<
Go to Top of Page

joeventura
Starting Member

37 Posts

Posted - 17 August 2001 :  19:56:58  Show Profile  Reply with Quote
What happened with this??
is it dead?


<
Go to Top of Page

nwnjerry
Starting Member

USA
1 Posts

Posted - 17 February 2005 :  18:34:27  Show Profile  Reply with Quote
i am using smarttools' smartmail.. without any success, can anybody else illuminate on this addon...

jerry<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07