我正在使用 sp-send_dbmail 发送电子邮件。我通过从将列定义为文本的表中进行选择来填充@body 内容。电子邮件的实际内容存储在表格列中。
如何让电子邮件显示换行符并相应地格式化?我尝试了 HTML 和 TEXT 格式。
我正在使用 sp-send_dbmail 发送电子邮件。我通过从将列定义为文本的表中进行选择来填充@body 内容。电子邮件的实际内容存储在表格列中。
如何让电子邮件显示换行符并相应地格式化?我尝试了 HTML 和 TEXT 格式。
尝试并确保该body_format
属性设置为HTML
.
[@body_format=]'body_format'
Is the format of the message body. The parameter is of type varchar(20), with a default of NULL. When specified, the headers of the outgoing message are set to indicate that the message body has the specified format. The parameter may contain one of the following values: TEXT HTML Defaults to TEXT.