|
We are trying to use the e-mail component of NLog with exchange.
We have configured NLog.config to contain.
target name="outlook" xsi:type="Mail" smtpServer=""
smtpPort=""
smtpAuthentication="Basic"
enableSsl="true"
from=""
to=""
The values are populated in our config but i removed them for this example. If we are missing a part of the config to get e-mail to work please let us know.
|