- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 104字
- 2021-07-02 20:23:08
How it works...
The aim of this recipe is to send a notification via email to an administrator, updating that a new registration got created successfully.
We have used the one of the Azure Function experimental templates named SendGrid as a Simple Mail Transfer Protocol (SMTP) server to send the emails by hardcoding the following properties in the SendGrid output (message) bindings:
- From the email address
- To the email address
- Subject of the email
- Body of the email
SendGrid output (message) bindings will use the API key provided in App settings to invoke the required APIs of the SendGrid library to send the emails.
推薦閱讀
- 深入理解Bootstrap
- Python量化投資指南:基礎、數據與實戰
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 深入淺出Spring Boot 2.x
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Oracle Database 12c Security Cookbook
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Android Wear Projects
- 計算機應用基礎案例教程
- Hands-On GUI Programming with C++ and Qt5
- Mastering Python Design Patterns
- Essential C++(中文版)
- Django 3.0應用開發詳解
- 微課學人工智能Python編程
- Clojure Polymorphism