Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - How to use smtp.gmail.com as a mail server in WWF?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to use smtp.gmail.com as a mail server in WWF?

 Post Reply Post Reply Page  <123
Author
StarDust View Drop Down
Senior Member
Senior Member


Joined: 14 May 2007
Location: Bangladesh
Status: Offline
Points: 310
Post Options Post Options   Thanks (0) Thanks(0)   Quote StarDust Quote  Post ReplyReply Direct Link To This Post Posted: 08 August 2007 at 9:01am
Originally posted by pappu pappu wrote:

Hi

  I m using 8.0.6
 
  I set the ssl true But still im getting error

 thanks



Can you copy and paste the code in functions/send_mail.asp of your Web Wiz Forum installation?

Or at least the code you are using to send email?

Unless i look into the code, i cannot help you.
Back to Top
StarDust View Drop Down
Senior Member
Senior Member


Joined: 14 May 2007
Location: Bangladesh
Status: Offline
Points: 310
Post Options Post Options   Thanks (0) Thanks(0)   Quote StarDust Quote  Post ReplyReply Direct Link To This Post Posted: 08 August 2007 at 9:09am
pappu,

If you are using gmail, this is for you.


This block of code needs to be modyfied.
'SMTP port
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
'CDO Port (1=localhost 2=network)
.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = intSendUsing
'Use SSL
'.Fields("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = 1


Copy and paste following lines of code replacing above lines:
'SMTP port
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 587
'CDO Port (1=localhost 2=network)
.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = intSendUsing
'Use SSL
'.Fields("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = true


Notice the red colored part that needs your attention. First line of code is your port. It must be changed accordingly. If this bunch does not work just replace the port 587 with 465.

Make sure you use in Email configuration in Admin Panel:

Select CDOSYS as your mail component

smtp.gmail.com as smtp server
A valid gmail email address as username
And password of that email address.


Edited by StarDust - 08 August 2007 at 9:14am
Back to Top
 Post Reply Post Reply Page  <123

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.