How to setup SMTP of Vanilla. im using Google Apps email servise ?
See the left sidebar in the dashboard, there is an Email section.
There was an error rendering this rich post.
Yes. i saw it. when i add the details emails not sending to anyone.
HOST : mail.gmail.com UN : MY Google app email PW : My Email PW Port : 465
My Email PW Port : 465
that is for encripted mail so it is not the default port 24, you need to set the up in the config.php
$Configuration['Garden']['Email']['SmtpPort'] = '465';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
well I think also it should be smtp.gmail.com
not mail.gmail.com <---thats inbox
Take a look at http://lifehacker.com/111166/how-to-use-gmail-as-your-smtp-server
@vrijvlinder yes im using SMTP.gmail.com Not Working with it..
These settings should work:
SMTP Host: smtp.gmail.com
SMTP User (you must have the domain name): example@example.com
SMTP Port: 465
SMTP Security: SSL
Add Pages to Vanilla with the Basic Pages app
Comments
See the left sidebar in the dashboard, there is an Email section.
There was an error rendering this rich post.
Yes. i saw it. when i add the details emails not sending to anyone.
HOST : mail.gmail.com
UN : MY Google app email
PW : My Email PW
Port : 465
that is for encripted mail so it is not the default port 24, you need to set the up in the config.php
$Configuration['Garden']['Email']['SmtpPort'] = '465';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
well I think also it should be
smtp.gmail.com
not mail.gmail.com <---thats inbox
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Take a look at http://lifehacker.com/111166/how-to-use-gmail-as-your-smtp-server
There was an error rendering this rich post.
@vrijvlinder yes im using SMTP.gmail.com Not Working with it..
These settings should work:
SMTP Host: smtp.gmail.com
SMTP User (you must have the domain name): example@example.com
SMTP Port: 465
SMTP Security: SSL
Add Pages to Vanilla with the Basic Pages app