Jump to content

PHPMailer and SMTP authentication


abasel

Recommended Posts

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

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.