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