Additional Email Support - نوشته شده در (3488 Views)
Starting Member
RBeaubien
مطلب: 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
<
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Snitz Forums Admin
RichardKinser
مطلب: 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 ?<
نوشته شده در
Snitz Forums Admin
RichardKinser
مطلب: 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<
نوشته شده در
Starting Member
joeventura
مطلب: 37
37
What happened with this?? is it dead?

<
نوشته شده در
Starting Member
nwnjerry
مطلب: 1
1
i am using smarttools' smartmail.. without any success, can anybody else illuminate on this addon...
jerry<
 
شما باید یک متن وارد کنید