- 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.
推薦閱讀
- Node.js Design Patterns
- Oracle Exadata性能優化
- Python機器學習:數據分析與評分卡建模(微課版)
- C#完全自學教程
- Cassandra Design Patterns(Second Edition)
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- C語言程序設計案例式教程
- Modern JavaScript Applications
- Microsoft Azure Storage Essentials
- Mastering Web Application Development with AngularJS
- Fast Data Processing with Spark(Second Edition)
- Orleans:構建高性能分布式Actor服務
- 現代C:概念剖析和編程實踐
- Appcelerator Titanium:Patterns and Best Practices
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)