Another option for those who are not ready to upgrade to 1.2.11 is to add a custom application:
Then, in your configuration file, you just need to install what was previously used in SmtpAppender into the full namespace of your user application.
<appender name="ErrorSmtpAppender" type="SomeProject.Infrastructure.Logging.Log4netAppenders.SmtpCustomAppender">
You can then add <enablessl value="true" /> to your log application.
I created a gist to show you what it looks like.
ferventcoder
source share