MISP/app/Config/email.php

12 lines
176 B
PHP

<?php
class EmailConfig {
public $default = array(
'transport' => 'Mail',
//'from' => 'you@localhost',
'charset' => 'utf-8',
//'headerCharset' => 'utf-8',
);
}