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)
 Flicks ASPmail Support
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SPulley
Starting Member

USA
46 Posts

Posted - 23 May 2001 :  13:56:58  Show Profile  Visit SPulley's Homepage  Send SPulley an AOL message
Got sick of CDONTS not working. We already had the flicks aspmail component on our server for another site, so I added support to my forum for it.

In admin_config_email.asp on line 125 after:

<select name="strMailMode">


Add:

<option value="flicks" <% if (lcase(strMailMode)="flicks" or lcase(MailMode)="flicks") then Response.Write(" selected") %>>Flicks ASPMail</option>


Then in inc_mail.asp on line 40 after:

select case lcase(strMailMode)


Add:

case "flicks"
Set mailer = Server.CreateObject("ASPMAIL.ASPMailCtrl.1")
recipient = strRecipients
sender = strSender
subject = strSubject
message = strMessage
mailserver = strMailServer
result = mailer.SendMail(mailserver, recipient, sender, subject, message)

If "" <> result Then
Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & result & "</li>"
End if


Enjoy if you'd like to use this component.


Have fun and be good!!

Shad Pulley
shadstrains@mylargescale.com
www.mylargescale.com/forum

PhotoGenies
Starting Member

USA
39 Posts

Posted - 27 May 2001 :  01:10:29  Show Profile  Visit PhotoGenies's Homepage  Send PhotoGenies an AOL message  Send PhotoGenies a Yahoo! Message
Is there any way to do this using unix sendmail? I'm have a webhost and they only support the Unix sendmail : (

David
Go to Top of Page

krillin47
Starting Member

USA
20 Posts

Posted - 04 June 2001 :  11:03:48  Show Profile
I tried your thing, but all I get is this.

quote:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/inc_mail.asp, line 42

Invalid class string



and if I use anything such as ASPMail, or ASPEmail, or CDONTS, or even SMTP, none of them work. Any suggestions?

Go to Top of Page

SPulley
Starting Member

USA
46 Posts

Posted - 04 June 2001 :  14:26:25  Show Profile  Visit SPulley's Homepage  Send SPulley an AOL message
You have to have one of those components installed on your server. They won't work if you don't have the component installed. CDONTS should be installed by default on most NT servers. That is the one you should try using.

Have fun and be good!!

Shad Pulley
shadstrains@mylargescale.com
www.mylargescale.com/forum
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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07