abasel Posted June 23, 2007 Share Posted June 23, 2007 I notice that PHPMailer has the following options: $site['smtp_mode'] = 'enabled'; // enabled or disabled $site['smtp_host'] = 'smtp.mydomain.com'; $site['smtp_port'] = null; $site['smtp_username'] = null; What happens if your smtp server requires authentication..... what settings you set and where? Link to comment https://forums.phpfreaks.com/topic/56837-phpmailer-and-smtp-authentication/ Share on other sites More sharing options...
cbrink Posted July 2, 2007 Share Posted July 2, 2007 Just add another line: $site['smtp_password'] = null; Link to comment https://forums.phpfreaks.com/topic/56837-phpmailer-and-smtp-authentication/#findComment-287797 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.