Simon Waight 11/27/2016

Azure Functions: Send email using SendGrid

Read Original

This article provides a step-by-step tutorial for integrating SendGrid with Azure Functions version 1 to send emails. It covers registering the SendGrid API key, adding the necessary NuGet package via project.json, configuring the output binding in function.json, and writing the C# script (run.csx) to create and send an email message. The author addresses changes post-General Availability and offers a workaround using WebJobs extensibility.

Azure Functions: Send email using SendGrid

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week