Print Page | Close Window

Email Feature Not Working

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=13437
Printed Date: 12 April 2026 at 2:00am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Email Feature Not Working
Posted By: ram0135
Subject: Email Feature Not Working
Date Posted: 20 January 2005 at 1:13am
Hello,
I have WebWiz forums set up and everything works perfectly. However the email feature does not work. My webserver has CDONTS, CDOSYS, & ASPMail. I have various contact pages on my site which use CDONTS and they work just fine. However I do not recieve any topic reply emails or password requests as well.

I use the following code to send emails:

<% set sendmail = Server.CreateObject("CDONTS.NewMail")
%>
<%
sendmail.From = email

sendmail.To = "webmaster@claytonarts.org"

sendmail.Subject = subject

sendmail.Body ="From:" &  username & vbCrlf & vbCrlf & "Message:" &  message & vbCrlf & vbCrlf & "IP address:" & IPadd

sendmail.Importance = 1
sendmail.Send
%>
<%
Set sendmail = Nothing
%>



Is it possible to change settings in WWF to reflect my codes?

Thanks,
Ram0135



Replies:
Posted By: WebWiz-Bruce
Date Posted: 20 January 2005 at 4:13am
CDONTS is support by web wiz forums, you need to enable it from the admin area and place in the correct details.

The SMTP server you are using may only relay on mail with a local 'form' or 'to' email address, so check with your web host,


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: ram0135
Date Posted: 20 January 2005 at 6:58pm

In the Admin panel  I did set the settings to reflect CDONTS. However it does not send out mail. In the code I provided above, I am able to recieve messages from ANY email address to a local one. I tried to retrieve a password on WWF which should have been sent to a local email. However it is not working.

 
Thanks,
Ram0135


Posted By: WebWiz-Bruce
Date Posted: 21 January 2005 at 5:23am
Some hosts setup their SMTP servers to only relay on email that has a 'from' or 'to' email address, this maybe why the SMTP server is not relaying on your email.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net