Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要发送电子邮件附件作为电子邮件的正文。这就像向某人发送 E 卡一样。我在某处读到我们可以通过使用 HTML 模板并传递诸如 {name} 等值来做到这一点。有人能指点我这方面的教程或告诉我该怎么做吗?
我正在提交一个用户控件,并希望将用户控件中捕获的值传递给电子邮件附件。
提前非常感谢。
看看这个MailDefinition类,它内置了对模板字段的支持。
MailDefinition
Dear <%FirstName%>, blah blah blah <%SomeOtherField%> etc.