Additional Email Support - Posted (3492 Views)
Starting Member
RBeaubien
Posts: 1
1
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
<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Snitz Forums Admin
RichardKinser
Posts: 16655
16655
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 ?<
Posted
Snitz Forums Admin
RichardKinser
Posts: 16655
16655
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<
Posted
Starting Member
joeventura
Posts: 37
37
What happened with this?? is it dead?

<
Posted
Starting Member
nwnjerry
Posts: 1
1
i am using smarttools' smartmail.. without any success, can anybody else illuminate on this addon...
jerry<
 
You Must enter a message