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? Quote Link to comment 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; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.