Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to use Gmail as default email server for site?
I'm using Google for my domain email... what settings do I need to put into the Vanilla SMTP fields in order for Vanilla to use my Gmail server vs. my local server?
or am I fooling myself?
0
Comments
If you need to use the google server directly, you might just need to set SMTP host to smtp.gmail.com:465 and change the protocol use in Framework.Class.Email.php line 184. Change:
if (!($Socket = fsockopen($SMTPHost, $SMTPPort, $ErrorNumber, $ErrorString, 15))) {
forif (!($Socket = fsockopen('tls://'.$SMTPHost, $SMTPPort, $ErrorNumber, $ErrorString, 15))){
Note also that there is a max. of 250-ish outgoing emails and/or email recipients a day
if you use the SMTP server (or 450-ish if you use the google email interface)
I originally had Vanilla configured to use mail.mysite.com but after modifying the MX records to use GMail extensions like Notify no longer work.
I don't want to use GMail for SMTP because of the 250 message limit that TomTester references below.
Any ideas?
I the server set to smtp.gmail.com
I get the following fatal error:
Warning: fsockopen() [function.fsockopen]: unable to connect to tls://smtp.gmail.com:587 (Connection refused) in /homepages/17/d235498828/htdocs/forum/library/Framework/Framework.Class.Email.php on line 202
A fatal, non-recoverable error has occurred
Technical information (for support personel):
For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs