Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Email Authorization issues
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Email Authorization issues

 Post Reply Post Reply
Author
rob1210 View Drop Down
Newbie
Newbie
Avatar

Joined: 09 February 2007
Location: United Kingdom
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote rob1210 Quote  Post ReplyReply Direct Link To This Post Topic: Email Authorization issues
    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
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
rob1210 View Drop Down
Newbie
Newbie
Avatar

Joined: 09 February 2007
Location: United Kingdom
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote rob1210 Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.