diff options
author | Sencar TOSUN <siberaktif@gmail.com> | 2016-12-29 08:40:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 08:40:35 +0300 |
commit | c72f627efeb0818c58552e4096f0c82127d61d03 (patch) | |
tree | de6b8bb2c2d62c3c34a3afcdcbb04a22a4c2e377 | |
parent | 70599b29e5787caaf4610743cf696a9e5878c2ef (diff) |
Update email-configuration.markdown
-rw-r--r-- | doc/tr_TR/email-configuration.markdown | 2 |
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" |