Additional Email Support

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/9436?pagenum=1
05 November 2025, 13:22

Topic


RBeaubien
Additional Email Support
10 May 2001, 13:28


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
<

 

Replies ...


RichardKinser
10 May 2001, 13:54


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 ?<
RichardKinser
10 May 2001, 14:10


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<
joeventura
17 August 2001, 19:56


What happened with this?? is it dead?

<
nwnjerry
17 February 2005, 18:34


i am using smarttools' smartmail.. without any success, can anybody else illuminate on this addon...
jerry<
© 2000-2021 Snitz™ Communications