UBB.Dev
Posted By: petergariepy2 UBB - Emails not sending - 01/27/2018 10:36 PM
Anyone able to help me integrate UBB with Google Apps email?
peter
520-247-5918 text or call
[email protected]

im desperate.
Posted By: isaac Re: UBB - Emails not sending - 01/27/2018 10:48 PM
Is this what you're looking for?
https://www.ubbcentral.com/forums/ubbthreads.php/topics/252563/google-apps-and-ubb-threads

the current settings should be simular to the following (update your website GSuite domain and password:

Code

public $Host = 'smtp.gmail.com';
public $Port = 587;
public $SMTPSecure = 'tls';
public $SMTPAutoTLS = true;
public $SMTPAuth = true;
public $Username = '[email protected]';
public $Password = 'PASSWORD';

Also see attached screenshot of /forums/libs/phpmailer/class.phpmailer.php

Attached picture 20180127_14-47-29.PNG
Posted By: isaac Re: UBB - Emails not sending - 01/27/2018 11:01 PM
10 minutes after you posted here, you also posted this same topic at
https://www.ubbcentral.com/forums/u...-help-sending-emails-through-google-apps

Please dont cross-post.
Posted By: petergariepy2 Re: UBB - Emails not sending - 01/27/2018 11:27 PM
Sorry about the cross posts. My forum's email has not been working for a week and the crowds are getting restless.

The instructions on the url you provided are different than what you stated in this email:

https://www.ubbcentral.com/forums/ubbthreads.php/topics/252563/google-apps-and-ubb-threads

I've edited the class.phpmailer.php to reflect the settings in this thread.

One question:
CP: Master Settings: Primary: Advances Settings: Use specified SMTP Server
Should it also be smtp.gmail.com?

Peter

Posted By: isaac Re: UBB - Emails not sending - 01/28/2018 1:15 AM
the reason why the directions in my link to gizmos post in UBBCentral are different than what I've listed here, are because I've listed for GSuite and Gmail. Google Apps is often confused with both, and is a similar service.which has had part of it change names recently to GSuite. I just assumed you wanted the basic data, and would figure out exactly what you.needed, to make it happen best for you.

Cheers
© UBB.Developers