summaryrefslogtreecommitdiff
path: root/doc/tr_TR
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tr_TR')
-rw-r--r--doc/tr_TR/email-configuration.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tr_TR/email-configuration.markdown b/doc/tr_TR/email-configuration.markdown
index 8ba4c30e..b20c8a51 100644
--- a/doc/tr_TR/email-configuration.markdown
+++ b/doc/tr_TR/email-configuration.markdown
@@ -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"