config/email – Kohana API 2.3 Documentation

system/config/email.php

driver

SwiftMailer driver, used with the email helper.

Valid drivers are: native, sendmail, smtp

Default value: 'native';

options

To use secure connections with SMTP, set "port" to 465 instead of 25. To enable TLS, set "encryption" to "tls".

Driver options:

Default value: NULL;