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/O Code)
 This is probably not the place but here it is.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

hurgh
Starting Member

2 Posts

Posted - 30 May 2001 :  07:43:43  Show Profile
I have recently installed this forum and am using it at the moment. When i installed it i was amazed not to see the email component that i use listed in the list considering that the component that i use is free, fast and requires very little install space, time, effort and all that stuff.

http://www.dynu.com/dynuemail.asp

that is the address to the mail client, i have never had any trouble with it, so if someone would like to add it to the code for a release in the next version or something the please do so, i would do it myself but i dont have the time.

Thanks

-|- Hurgh -|-

dayve
Forum Moderator

USA
5820 Posts

Posted - 30 May 2001 :  17:57:57  Show Profile  Visit dayve's Homepage
the inc_mail.asp should work if you do this:

case "dynuemail"
Set objNewMail = Server.CreateObject("Dynu.Email")
objNewMail.FromName = strFromName
objNewMail.From = strSender
objNewMail.AddReplyTo strSender
objNewMail.Host = strMailServer
objNewMail.AddAddress strRecipients, strRecipientsName
objNewMail.Subject = strSubject
objNewMail.Body = strMessage
on error resume next '## Ignore Errors
objNewMail.Send
If Err <> 0 Then
Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
End if


and in the admin_config_email.asp


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


BTW, I noticed they have a download version for use with Personal Web Server on 9x, very cool.....

Dayve

Edited by - dayve on 30 May 2001 18:02:39
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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07