| Author |
Topic Search Topic Options
|
rgelb
Newbie
Joined: 04 August 2005
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Topic: How to configure email settings for Google Apps? Posted: 22 January 2011 at 8:03am |
I have the mail for my domain handled by the Google Apps for domains. I want to configure the WebWiz Forums to work with it. I tried setting the Outoing SMTP server as smtp.gmail.com and using AspEmail as the Email Component, but I get
Persits.MailSender.4 530 5.7.0 Must issue a STARTTLS command first. f7sm7728688icq.17
What should I do to enable the integration?
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 January 2011 at 6:39pm |
|
I don't think this would work at all The web wiz forum software (wherever you are running it) on the server, would need that particular server mail settings, not Google Apps I may be wrong
|
|
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 January 2011 at 8:01pm |
I use Google Apps for my email as well, and it works fine on my forum... I use a mail server called MailEnable (With Relay enabled for authenticated clients, in my case localhost). On the forums email config section, I have: - Email Component to use: CDOSYS
- Outgoing SMTP Mail Server: localhost
- Outgoing SMTP Mail Server Username: the-relay-username-here
- Outgoing SMTP Mail Server Password: the-relay-password-here
Hope this helps...
|
|
"When it gets dark enough, you can see the stars"
-Charles A. Beard
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 January 2011 at 7:38pm |
Cheers iSec I hope this has answered the posters question
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 January 2011 at 1:52pm |
The problem rgelb seems to be with the component you are using, it looks like AspEmail is not issuing a STARTTLS command.
The STARTTLS command would be used for a secure SSL Connection to the mail server. You would need to check if AspEmail allows SSL connections to an SMTP server, if it does you may need to change the code in Web Wiz Forums to support this, or see if Google have a non SSL SMTP server.
However, you should use an SMTP server on the local network to where your forum is hosted. The reason for this is that when you create a post email notifications would be sent, if the main server is not on the same network the lag times would severely slow your forum down.
|
|
|
 |
Fuzzy
Newbie
Joined: 27 July 2011
Status: Offline
Points: 7
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 July 2011 at 4:03pm |
> However, you should use an SMTP server on the local network
You guys seem real caught up in what we should be doing. I think "you should" be supporting the customer's requirements.
I can't believe I've got to hack your code to support SSL in 2011.
Google Apps is our email. I don't want to set up an SMTP server on my website system. I shouldn't have to.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 July 2011 at 5:22pm |
|
This is a recommendation, or best practice, if you do not want to use a local network or server mail server you do not have to.
The reason for the recommendation is that often when people complain their forums are running slow then the reason for it is that they are using a remote mail server on a different network.
Web Wiz Forums currently does not support SLL for email as there has not been any demand for it. However, if you feel that you would like to see the feature, then why not place a request in the suggestion forum and we will see if it can be added to a future release.
|
|
|
 |