- 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.
推薦閱讀
- Deploying Node.js
- Learn TypeScript 3 by Building Web Applications
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Java:Data Science Made Easy
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- C語言程序設計同步訓練與上機指導(第三版)
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Java語言程序設計教程
- Mastering Elixir
- Hands-On Dependency Injection in Go
- Android應用開發攻略
- C語言王者歸來
- R語言數據分析從入門到實戰
- LibGDX Game Development By Example
- 現代JavaScript編程:經典范例與實踐技巧