summaryrefslogtreecommitdiff
path: root/docs/email-configuration.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-10 12:51:38 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-10 12:51:38 -0500
commitb470b6726074b3f6b773bf1a28569c39a4cb7db1 (patch)
tree369470b735501b4afae370e85ee0fb49bd0fd1eb /docs/email-configuration.markdown
parent27f1be06f71cee9682779b8f48405e1cf261ee7c (diff)
Update docs
Diffstat (limited to 'docs/email-configuration.markdown')
-rw-r--r--docs/email-configuration.markdown12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/email-configuration.markdown b/docs/email-configuration.markdown
index 8e0a0a92..6dbc43f9 100644
--- a/docs/email-configuration.markdown
+++ b/docs/email-configuration.markdown
@@ -40,18 +40,6 @@ It's also possible to use a secure connection, TLS or SSL:
define('MAIL_SMTP_ENCRYPTION', 'ssl'); // Valid values are "null", "ssl" or "tls"
```
-Here an example with Google:
-
-```php
-define('MAIL_SMTP_HOSTNAME', 'smtp.gmail.com');
-define('MAIL_SMTP_PORT', 465);
-define('MAIL_SMTP_USERNAME', 'my_account@gmail.com');
-define('MAIL_SMTP_PASSWORD', 'my google password');
-define('MAIL_SMTP_ENCRYPTION', 'ssl');
-```
-
-To use Google, you might need to allow Kanboard to use your Google account, see ["Allowing less secure apps to access your account"](https://support.google.com/accounts/answer/6010255) and ["My client isn't accepting my username and password"](https://support.google.com/mail/answer/14257).
-
### Sendmail configuration
By default the sendmail command will be `/usr/sbin/sendmail -bs` but you can customize that in your config file.