mirror of https://github.com/MISP/MISP
7 lines
90 B
PHP
7 lines
90 B
PHP
|
<?php
|
||
|
class EmailConfig {
|
||
|
public $default = array(
|
||
|
'transport' => 'Debug',
|
||
|
);
|
||
|
}
|