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