1<?php
2
3$conf['smtp_host'] = 'localhost';
4$conf['smtp_port'] = 25;
5$conf['smtp_ssl']  = '';
6
7$conf['localdomain'] = '';
8
9$conf['auth_user'] = '';
10$conf['auth_pass'] = '';
11
12
13$conf['debug'] = 0;
14