markguinn / silverstripe-email-helpers

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

Added more config options (issue #14) #16

Closed bummzack closed 8 years ago

bummzack commented 8 years ago

Introduced encryption setting that supercedes the tls setting. The latter has been marked as deprecated for 2.0.

Clean up constructor code of EmogrifiedSmtpMailer. Added a unit-test for config.

Also some updates to code-docs and formatting. Fixes #14