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 Topic: How to use smtp.gmail.com as a mail server in WWF?
    Posted: 15 June 2007 at 12:12pm
Problem

I have a Google App account for my domain name. I t is a free account that enables all my users to use POP mail service.

That is is has smtp also > smtp.gmail.com port: 465 or 587 (both, one at a time)

Please note: I have enabled POP in the no-reply@mydomain.com and using username
no-reply@mydomain.com and its password to send mail. But the WWF generates error:

Server Error in Forum Application
An error has occured while sending an email.
Please contact the forum administrator.

Support Error Code:- err_Access_send_mail_footer
File Name:- functions_send_mail.asp

Error details:-
jmail.SMTPMail
The message was undeliverable. All servers failed to receive the message




Here is what gmail says about configuration:

----------------------------

Configuring other mail clients

You can use the following information to configure POP with many mail clients. If you encounter difficulties, we suggest contacting your mail client's customer support department for further instructions -- we're not able to provide assistance with configuring mail clients not listed here.

Incoming Mail (POP3) Server - requires SSL: pop.gmail.com
Use SSL: Yes
Port: 995
Outgoing Mail (SMTP) Server - requires TLS: smtp.gmail.com (use authentication)
Use Authentication: Yes
Use STARTTLS: Yes (some clients call this SSL)
Port: 465 or 587
Account Name: your Gmail username (including @gmail.com)
Email Address: your full Gmail email address (username@gmail.com)
Password: your Gmail password

Please note that if your client does not support SMTP authentication, you won't be able to send mail through your client using your Gmail address.

--------------------------------



The Solution

I guess as v9.02 is out there, it is appropriate to post it here.
http://forums.webwiz.net/forum_posts.asp?TID=24104&PID=126209#126209


Edited by StarDust - 08 August 2007 at 7:15am
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: 15 June 2007 at 1:10pm
SMTP usually work on port 25, beceuase GMail are using a different port you would need to edit the file functions_send_mail.asp and change the port number.

However, if you try and send email to a remote server like GMail on a different network you will get long delays when posting a message, these will increase as more users request email notification for posts.

This is because a connection needs to be made to the SMTP server for each email, if the mail server is not on a local network then this is often slow and courses delays.
Back to Top
kpdillon View Drop Down
Groupie
Groupie


Joined: 29 December 2006
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote kpdillon Quote  Post ReplyReply Direct Link To This Post Posted: 15 June 2007 at 7:26pm
I route outbound email through GMAIL using stunnel.   Have a look at here.  I've been using this solution for month's without any problems.
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: 15 June 2007 at 9:14pm
Originally posted by -boRg- -boRg- wrote:

SMTP usually work on port 25, beceuase GMail are using a different port you would need to edit the file functions_send_mail.asp and change the port number.

However, if you try and send email to a remote server like GMail on a different network you will get long delays when posting a message, these will increase as more users request email notification for posts.

This is because a connection needs to be made to the SMTP server for each email, if the mail server is not on a local network then this is often slow and courses delays.


I am glad that this post brought your attention. Thank You.

Sorry for my late return, one of my Netfirms.com domain account has just been hacked by a ***ker and he traqnsfered my domain! I am really puzzled!

But gonna try the solution ASAP.
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: 15 June 2007 at 9:15pm
Originally posted by kpdillon kpdillon wrote:

I route outbound email through GMAIL using stunnel.   Have a look at here.  I've been using this solution for month's without any problems.



Thank you also! I just clicked on the link.
Back to Top
kpdillon View Drop Down
Groupie
Groupie


Joined: 29 December 2006
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote kpdillon Quote  Post ReplyReply Direct Link To This Post Posted: 16 June 2007 at 7:47pm

How difficult would it be to support TLS and SSL relay support natively in Webwiz?

I'm not a programmer but I imagine it would be easier to do in .net then it would be in asp.


Edited by kpdillon - 16 June 2007 at 7:48pm
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: 05 August 2007 at 12:41pm
Originally posted by kpdillon kpdillon wrote:

How difficult would it be to support TLS and SSL relay support natively in Webwiz?

I'm not a programmer but I imagine it would be easier to do in .net then it would be in asp.


To me ASP.Net or ASP they are two different path to reach the destination. I am writing a function to solve this gmail issue right now and it is in ASP.

As WWF Free users are not allowed to modify scripts, I am not modifying any of it. (This is a very very baaaaad idea of borg. we are missing the charm of mods of WWF)
Back to Top
pappu View Drop Down
Newbie
Newbie


Joined: 06 July 2007
Location: United Kingdom
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote pappu Quote  Post ReplyReply Direct Link To This Post Posted: 08 August 2007 at 6:43am
hi

  I already tested by chaning the ports

  It dont work
  
  U need to set SSL Setting too.

  but after setting ssl to 1 i m unable to send mail.

  I got the email code from my own site where i used gmail to send mail .

  & my code works fine dunno why wwf with port & smtp not sending mail.

thanks


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.