Closed nblumhardt closed 11 months ago
WriteTo.Email() needs a refresh, after many years of incremental additions.
WriteTo.Email()
This PR renames and reorganizes the configuration options to bring them up to a reasonable standard.
from
to
host
port
connectionSecurity
Auto
credentials
subject
"Log Messages"
body
"{Timestamp} [{Level}] {Message}{NewLine}{Exception}"
formatProvider
Liking the net462;netstandard2.0;net6.0 TFM combo :+1:
net462;netstandard2.0;net6.0
WriteTo.Email()
needs a refresh, after many years of incremental additions.This PR renames and reorganizes the configuration options to bring them up to a reasonable standard.
from
to
host
port
connectionSecurity
Auto
.credentials
subject
"Log Messages"
.body
"{Timestamp} [{Level}] {Message}{NewLine}{Exception}"
.formatProvider