Update email-configuration.markdown

This commit is contained in:
Sencar TOSUN 2016-12-29 08:40:35 +03:00 committed by GitHub
parent 70599b29e5
commit c72f627efe
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ define('MAIL_SMTP_USERNAME', 'username');
define('MAIL_SMTP_PASSWORD', 'super password');
```
It's also possible to use a secure connection, TLS or SSL:
Güvenli bir bağlantı, TLS veya SSL kullanmak da mümkündür:
```php
define('MAIL_SMTP_ENCRYPTION', 'ssl'); // Valid values are "null", "ssl" or "tls"