markguinn / silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails
31 stars 22 forks source link

SMTPAutoTLS option missing #29

Open social-butterfly opened 6 years ago

social-butterfly commented 6 years ago

Would be great if you could set the SMTPAutoTLS var for PHPMailer from the SmtpMailer class. Otherwise phpmailer will still invoke TLS automatically even though encryption is set to false. Helpful for newer php versions where php insists on valid openssl certificate.