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 ?< |