Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 SA-SMTP Mail
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 18 December 2000 :  19:40:03  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
This is Richard Kinsers code, I take no credit, I'd just like to see it in the next release.

Add to [inc_mail.asp]
case "sa-smtp"
Set objNewMail = Server.CreateObject("SoftArtisans.SMTPMail")
objNewMail.FromName = strFromName
objNewMail.FromAddress = strSender
objNewMail.AddRecipient strRecipientsName, strRecipients
'objNewMail.AddReplyTo strSender
objNewMail.BodyText = strMessage
objNewMail.organization = strForumTitle
objNewMail.Subject = strSubject
objNewMail.RemoteHost = strMailServer
on error resume next
SendOk = objNewMail.SendMail
If not(SendOk) <> 0 Then
Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & objNewMail.Response & "</li>"
End if


Add to admin_config_email.asp between lines 126 & 135
<option value="sa-smtp"<%if (lcase(strMailMode)="sa-smtp" or lcase(MailMode)="sa-smtp") then response.write(" selected") end if%>>SA-SMTP</option>



Da_Stimulator
Stimmy's Forums - Using 3.1 SR2
"We all die someday, but your goin down before I do" - Me

Edited by - da_stimulator on 18 December 2000 19:51:12

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  19:53:28  Show Profile
Da_Stimulator,

cfm-resources.com is using ASPMail again also, so you can use that too.
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 18 December 2000 :  19:55:28  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
oh... cool :) me have to do some experiments and see which one is faster :)

<font color=red>Da_Stimulator</font id=red>
Stimmy's Forums - Using 3.1 SR2
"We all die someday, but your goin down before I do" - Me
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  20:02:54  Show Profile
I was working on a new version of <b>testemailcomponent.asp</b> and noticed it. <img src=icon_smile.gif border=0 align=middle>

http://richard.cfm-resources.com/testemailcomponent.asp
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 18 December 2000 :  20:06:39  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
They have a couple more too... chili mail? isnt that for unix or something?

<font color=red>Da_Stimulator</font id=red>
Stimmy's Forums - Using 3.1 SR2
"We all die someday, but your goin down before I do" - Me
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  20:16:02  Show Profile
Chili!Mail uses the exact same component name as CDONTS does, so it only looks like they support it.
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 20 February 2001 :  19:31:38  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
*bump*

-------
Da_Stimulator
Snitz Forums Dev Team Member
Snitz Test Center
Need a Mod?
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 February 2001 :  19:42:49  Show Profile
SA-SMTPMail support was added with the v3.1 sr5 a7 release, and will be included with v3.2 when it's released. There is also a new admin_config_email.asp that only allows you to choose the components currently installed on your server the rest won't show up.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07