How do i send email from Azure function app

前端 未结 3 1597
说谎
说谎 2021-01-20 07:00

I have running Azure function App(in python language), for business requirements need to send emails from function app.

for that, I wrote a python function

3条回答
  •  春和景丽
    2021-01-20 07:25

    I would suggest you to use some 3rd party email service such as SendGrid/Twillio You can add SendGrid output binding to you Python Azure Function. The binding in function.json would look something like here

    Here is an example

提交回复
热议问题