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