- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 102字
- 2021-07-02 20:23:09
How it works...
We have updated the code of the RegisterUser function to accept another new parameter named email.
The function accepts the email parameter and sends the email to the end user using the SendGrid API. We have also configured all the other parameters, such as the From address, Subject, and body (content) in the code so that it is customized dynamically based on the requirements. We can also clear the fields in the SendGrid output (message) bindings, as shown in the following screenshot:

The values specified in the code will take precedence over the values specified in the preceding step.
推薦閱讀
- 大話PLC(輕松動漫版)
- 深入實踐Spring Boot
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Android 9 Development Cookbook(Third Edition)
- Building Mapping Applications with QGIS
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- C語言程序設計案例精粹
- 學習正則表達式
- 時空數據建模及其應用
- UI設計全書(全彩)
- 單片機原理及應用技術
- Java EE 7 with GlassFish 4 Application Server
- UML基礎與Rose建模實用教程(第三版)
- Learning TypeScript
- Koa與Node.js開發實戰