diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 08:37:09 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 08:37:09 +0000 |
| commit | 31759cb3b3090c1b9d68ac54f2d2622584003563 (patch) | |
| tree | 97a6029ab240a940abddf8235e57984232037aff /kohana/config/email.php | |
| parent | e73bd90285e1082449990e8118b91aa853eb5e6f (diff) | |
Delete trunk/kohana and trunk/modules/unit_test in preparation to refresh
them properly from the vendor branch.
Diffstat (limited to 'kohana/config/email.php')
| -rw-r--r-- | kohana/config/email.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kohana/config/email.php b/kohana/config/email.php deleted file mode 100644 index 7f0cdd7e..00000000 --- a/kohana/config/email.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php defined('SYSPATH') or die('No direct script access.'); -/** - * SwiftMailer driver, used with the email helper. - * - * @see http://www.swiftmailer.org/wikidocs/v3/connections/nativemail - * @see http://www.swiftmailer.org/wikidocs/v3/connections/sendmail - * @see http://www.swiftmailer.org/wikidocs/v3/connections/smtp - * - * Valid drivers are: native, sendmail, smtp - */ -$config['driver'] = 'native'; - -/** - * To use secure connections with SMTP, set "port" to 465 instead of 25. - * To enable TLS, set "encryption" to "tls". - * - * Driver options: - * @param null native: no options - * @param string sendmail: executable path, with -bs or equivalent attached - * @param array smtp: hostname, (username), (password), (port), (auth), (encryption) - */ -$config['options'] = NULL; |
