- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 79字
- 2021-07-02 20:23:09
There's more...
You can also send HTML content in the body to make your email more attractive. The following is a simple example, where I just applied bold (<b>) tag to the name of the end user:
message.From = new Email("donotreply@example.com");
message.AddContent(new Content("text/html","Thank you <b>" + firstname + " " + lastname +"</b> so much for getting registered to our site."));
Personalization personalization = new Personalization();
The following is the screenshot of the email with my name in bold:

推薦閱讀
- C語言程序設計(第2版)
- 三維圖形化C++趣味編程
- C語言程序設計實踐教程
- Full-Stack React Projects
- Visual C
- Nexus規模化Scrum框架
- Python數據可視化之Matplotlib與Pyecharts實戰
- Python Web數據分析可視化:基于Django框架的開發實戰
- .NET 3.5編程
- Web Development with MongoDB and Node(Third Edition)
- 深度學習:Java語言實現
- Node.js:來一打 C++ 擴展
- Android傳感器開發與智能設備案例實戰
- Mastering Gephi Network Visualization
- Pandas入門與實戰應用:基于Python的數據分析與處理