Update email-configuration.markdown
This commit is contained in:
parent
70599b29e5
commit
c72f627efe
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue