@@ -1,19 +1,19 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | return [ |
| 4 | - 'from' => ['address' => '[email protected]', 'name' => 'Example'], |
|
| 5 | - 'handler' => 'phpmailer', |
|
| 6 | - 'view_dir' => 'emails', |
|
| 7 | - 'template' => '', |
|
| 8 | - 'dsn' => '', |
|
| 9 | - 'protocol' => \BlitzPHP\Mail\Mail::PROTOCOL_SENDMAIL, |
|
| 10 | - 'host' => 'localhost', |
|
| 11 | - 'username' => '', |
|
| 12 | - 'password' => '', |
|
| 13 | - 'port' => 25, |
|
| 14 | - 'timeout' => 5, |
|
| 15 | - 'encryption' => \BlitzPHP\Mail\Mail::ENCRYPTION_NONE, |
|
| 16 | - 'mailType' => 'html', |
|
| 17 | - 'charset' => \BlitzPHP\Mail\Mail::CHARSET_UTF8, |
|
| 18 | - 'priority' => \BlitzPHP\Mail\Mail::PRIORITY_NORMAL, |
|
| 4 | + 'from' => ['address' => '[email protected]', 'name' => 'Example'], |
|
| 5 | + 'handler' => 'phpmailer', |
|
| 6 | + 'view_dir' => 'emails', |
|
| 7 | + 'template' => '', |
|
| 8 | + 'dsn' => '', |
|
| 9 | + 'protocol' => \BlitzPHP\Mail\Mail::PROTOCOL_SENDMAIL, |
|
| 10 | + 'host' => 'localhost', |
|
| 11 | + 'username' => '', |
|
| 12 | + 'password' => '', |
|
| 13 | + 'port' => 25, |
|
| 14 | + 'timeout' => 5, |
|
| 15 | + 'encryption' => \BlitzPHP\Mail\Mail::ENCRYPTION_NONE, |
|
| 16 | + 'mailType' => 'html', |
|
| 17 | + 'charset' => \BlitzPHP\Mail\Mail::CHARSET_UTF8, |
|
| 18 | + 'priority' => \BlitzPHP\Mail\Mail::PRIORITY_NORMAL, |
|
| 19 | 19 | ]; |