Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Frequently Asked Questions
 FAQ Addition Requests
 Additional Email Support

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
RBeaubien Posted - 10 May 2001 : 13:28:00
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
<
4   L A T E S T    R E P L I E S    (Newest First)
nwnjerry Posted - 17 February 2005 : 18:34:27
i am using smarttools' smartmail.. without any success, can anybody else illuminate on this addon...

jerry<
joeventura Posted - 17 August 2001 : 19:56:58
What happened with this??
is it dead?


<
RichardKinser Posted - 10 May 2001 : 14:10:18
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<
RichardKinser Posted - 10 May 2001 : 13:54:15
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 ?<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.04 seconds. Powered By: Snitz Forums 2000 Version 3.4.07