- 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.
推薦閱讀
- Learning Neo4j
- Java系統分析與架構設計
- MySQL 8 DBA基礎教程
- Learning Bayesian Models with R
- 編程珠璣(續)
- Web Application Development with R Using Shiny(Second Edition)
- Flash CS6中文版應用教程(第三版)
- PLC編程與調試技術(松下系列)
- 劍指Java:核心原理與應用實踐
- 動手學數據結構與算法
- Mastering C++ Multithreading
- SSH框架企業級應用實戰
- Drupal Search Engine Optimization
- Java Web開發基礎與案例教程
- Node.js實戰:分布式系統中的后端服務開發