- 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.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Kubernetes實戰
- Python機器學習:數據分析與評分卡建模(微課版)
- Building a RESTful Web Service with Spring
- 三維圖形化C++趣味編程
- 數據庫系統原理及MySQL應用教程
- Windows Forensics Cookbook
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Learning Vaadin 7(Second Edition)
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Azure Serverless Computing Cookbook
- Webpack實戰:入門、進階與調優(第2版)
- NGUI for Unity
- Elasticsearch Blueprints
- ROS機器人編程實戰