From c72f627efeb0818c58552e4096f0c82127d61d03 Mon Sep 17 00:00:00 2001 From: Sencar TOSUN Date: Thu, 29 Dec 2016 08:40:35 +0300 Subject: Update email-configuration.markdown --- doc/tr_TR/email-configuration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3