xref: /plugin/smtp/conf/default.php (revision dd3fc41017b353f3169449857c90872c34712c6d)
14dc22474SAndreas Gohr<?php
24dc22474SAndreas Gohr
3*dd3fc410SAndreas Gohr$conf['smtp_host'] = '';
4*dd3fc410SAndreas Gohr$conf['smtp_port'] = 25;
5*dd3fc410SAndreas Gohr$conf['smtp_ssl']  = '';
6*dd3fc410SAndreas Gohr
7*dd3fc410SAndreas Gohr$conf['localdomain'] = '';
8*dd3fc410SAndreas Gohr
9*dd3fc410SAndreas Gohr$conf['auth_user'] = '';
10*dd3fc410SAndreas Gohr$conf['auth_pass'] = '';
11*dd3fc410SAndreas Gohr
12*dd3fc410SAndreas Gohr
13*dd3fc410SAndreas Gohr$conf['debug'] = 0;
14