Closed bummzack closed 8 years ago
A lot of Email providers only allow access to their servers with SMTP auth and via SSL. Some even change the default ports.
The following settings of PHPMailer should be exposed via SmtpMailer:
SMTPAuth
SMTPSecure
Port
Should I create a PR for this?
That would be great.
A lot of Email providers only allow access to their servers with SMTP auth and via SSL. Some even change the default ports.
The following settings of PHPMailer should be exposed via SmtpMailer:
SMTPAuth
SMTPSecure
should not only allow "tls" but also "ssl"Port