Subject: | constructor option to require/force STARTTLS |
It would be nice to provide constructor (new) option to request/force sending automatic STARTTLS. It would allow MIME::Lite to easily get STARTTLS connection without source code changes.
auto_starttls => 'try' # use start when indicated in EHLO reply
auto_starttls => 'force' # fail if STARTTLS can be issued or fails