Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Email - Server Authentification - 7.9
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Email - Server Authentification - 7.9

 Post Reply Post Reply
Author
Duval View Drop Down
Newbie
Newbie


Joined: 02 December 2004
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Duval Quote  Post ReplyReply Direct Link To This Post Topic: Email - Server Authentification - 7.9
    Posted: 03 December 2004 at 5:38pm
I'm having some difficulty getting the e-mail to work properly.
 
I was wondering if it might be that my server requires authentification (when setting up Outlook Express I have to go back and check that box) Is this configuarable from the admin panel or might it be built in?
 
While I'm here, how do I make a carriage return in a post or reply be a line break and not a paragraph break.
Back to Top
dj air View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
Post Options Post Options   Thanks (0) Thanks(0)   Quote dj air Quote  Post ReplyReply Direct Link To This Post Posted: 03 December 2004 at 5:40pm
SHIFT + Return for <br/>

regarding email you can add the coding for it, but its not in V7.9 i think it'll be V8
Back to Top
Duval View Drop Down
Newbie
Newbie


Joined: 02 December 2004
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Duval Quote  Post ReplyReply Direct Link To This Post Posted: 03 December 2004 at 9:21pm
Thanks dj air. I'll remove the email stuff for now. Do you know where an example of adding the authetification might be found, unless 8 is right around the corner?
 
Regading the line break, I'd like to do like it is here where <br> is the default as opposed to </p>. I'm guessing it might apparent on the forums post page though.
Back to Top
dj air View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
Post Options Post Options   Thanks (0) Thanks(0)   Quote dj air Quote  Post ReplyReply Direct Link To This Post Posted: 04 December 2004 at 8:00am
what email commonent are you using.?

regarding <br/> in the current version its the default browser setting, in IE return = <p> in firefox (firefox rocks) its  a <br/> its much better than IE
Back to Top
Duval View Drop Down
Newbie
Newbie


Joined: 02 December 2004
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Duval Quote  Post ReplyReply Direct Link To This Post Posted: 04 December 2004 at 10:35am
I went with CDONTS but on my server I can use ASPMail or ASPEmail as well.
Back to Top
dj air View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
Post Options Post Options   Thanks (0) Thanks(0)   Quote dj air Quote  Post ReplyReply Direct Link To This Post Posted: 04 December 2004 at 10:43am
replace the following section in send_mail_function (in the functions folder i think)



                'Set and update fields properties
                With objCDOSYSCon
                    'Out going SMTP server
.Fields("http://schemas.microsoft.com/cd o/configuration/smtpserver") = strOutgoingMailServer
                    'SMTP port
.Fields("http://schemas.microsoft.com/cd o/configuration/smtpserverport")  = 25
                    'CDO Port
.Fields("http://schemas.microsoft.com/cd o/configuration/sendusing") = 2
                    'Timeout
.Fields("http://schemas.microsoft.com/cd o/configuration/smtpconnectiontimeout") = 60
                    .Fields.Update
                End With


with the following


        Dim strMailServerPass, strMailServerUser
strMailServerUser = ""
strMailServerPass = ""


                'Set and update fields properties
                With objCDOSYSCon
                    'Out going SMTP server
                    .Fields("http://schemas.microsoft. com/cdo/configuration/smtpserver") = strOutgoingMailServer
                    'SMTP port
                    .Fields("http://schemas.microsoft. com/cdo/configuration/smtpserverport")  = 25
                    'CDO Port
                    .Fields("http://schemas.microsoft. com/cdo/configuration/sendusing") = 2
                    'Timeout
                    .Fields("http://schemas.microsoft. com/cdo/configuration/smtpconnectiontimeout") = 60

              ' Specify the authentication mechanism to basic (clear-text) authentication cdoBasic = 1
.Fields("http://schemas.microsoft.com/cd o/configuration/smtpauthenticate") = 1
                       
'SMTP Server username
.Fields("http://schemas.microsoft.com/cd o/configuration/sendusername") = strMailServerUser
                       
'SMTP Server password
.Fields("http://schemas.microsoft.com/cd o/configuration/sendpassword") = strMailServerPass

                    .Fields.Update
                End With   


i haven't tried it but it hopefully works. can you let us know


Edited by dj air - 04 December 2004 at 10:46am
Back to Top
Duval View Drop Down
Newbie
Newbie


Joined: 02 December 2004
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Duval Quote  Post ReplyReply Direct Link To This Post Posted: 04 December 2004 at 12:07pm
DJ, thanks! I'll give it a shot this afternoon and repost.
Back to Top
Duval View Drop Down
Newbie
Newbie


Joined: 02 December 2004
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Duval Quote  Post ReplyReply Direct Link To This Post Posted: 04 December 2004 at 12:47pm
DJ, Major props and much thanks! Works like a treat!
 
You've got mail.
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.