gpt4 book ai didi

c# - Dotnet Nlog 邮件目标粗体 Html 文本

转载 作者:太空宇宙 更新时间:2023-11-03 13:13:40 27 4
gpt4 key购买 nike

下面的邮件目标是我目前拥有的。我想在电子邮件正文中将文本“日期”和“调用类”加粗。最好的方法是什么?谢谢。

    <target name="gmail" type="Mail"
smtpServer="smtp.gmail.com"
smtpPort="587"
smtpAuthentication="Basic"
smtpUsername="xxxxxx"
smtpPassword="xxxxxx"
from="xxxxxx"
to="xxxxxx"
enableSsl="true"
html ="true"
replaceNewlineWithBrTagInHtml ="true"
subject="Example - ERROR - ${exception:format=Message}"
body="Date:${longdate}${newline}Calling Class: ${callsite}"/>

最佳答案

我正在使用 NLog 版本:4.5.11 和 NLog.MailKit 版本 3.0.0。

这对我有用:

body="Date:&lt;strong&gt;${longdate}&lt;/strong&gt;${newline}
Calling Class: &lt;strong&gt;${callsite}&lt;/strong&gt;"

请注意,我转义了小于和大于字符。

关于c# - Dotnet Nlog 邮件目标粗体 Html 文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27425501/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com