Print Page | Close Window

Email Authorization issues

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=22640
Printed Date: 08 April 2026 at 4:49am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Email Authorization issues
Posted By: rob1210
Subject: Email Authorization issues
Date Posted: 09 February 2007 at 11:13am
Hi, I am using webwiz forum and have sucessfully set up my forum etc on my virtual space. I must say that the software is absolutely awsume and I will be paying my contribution to webwiz in the near future not least to help keep the development team in jelly babys
 
I have a slight problem with the email authorization aspect of the forum. I have input the correct details in the SMTP servername, username and password and it does appear when a user registers that it is at least connecting to the SMTP server as the user receives a confirmation page saying that their account needs authorizing. Problem is I am not receiving the email on the address supplied telling me that I have a user to authorize. I have contacted my Host and they have confirmed that all is OK their end and the fact I am getting the confirmation page says that I am indeed connecting to the correct int mail server.  I have taken the liberty in including their recommended code settings for the send mail function just incase there is something in the asp script that may be different for example the port used etc...
 
Code:
 
Dim MailMessage As New MailMessage
With MailMessage
.From = "email address"
.To = txtSendTo.Text
.Subject = "Subject Line Here"
.Body = txtMessageBody.Text

.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "intmail.atlas.pipex.net"
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2

.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername") = "Email user"
.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "email password"
End With

Try
SmtpMail.Send(MailMessage)

Catch ex As Exception
End Try
 
The above is from their support section and hopefully will help?
 
Any help on this would be appreciated as we will be going live with the website this weekend.
 
Regards
 
Rob



Replies:
Posted By: WebWiz-Bruce
Date Posted: 09 February 2007 at 12:37pm
The email address the admin notification is set to is the forums email address in the admin section. Make sure this email address is correct.

-------------
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: rob1210
Date Posted: 09 February 2007 at 12:55pm
Sorry, just so i understand completely, where in the control panel do I need to set the email address you are refering to? If you are talking about the email address within authorization section then this is set correctly?



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