About 38,000 results
Open links in new tab
  1. Azure Sendgrid has gone missing - Stack Overflow

    Feb 4, 2022 · The sendgrid in my Azure portal is missing and I did not get any notifications about this. Does anyone know what happened? I searched for the resource and it's not there but …

  2. How do I send email from an Azure function app? - Stack Overflow

    Oct 5, 2019 · 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 from email.message …

  3. SendGrid not working from Azure App Service - Stack Overflow

    I am using the latest SendGrid .NET package (8.0.3) to send e-mails from my ASP.NET Core web app: public Task SendEmailAsync(string email, string subject, string message) { return …

  4. azure - Send-MailMessage : Unable to read data from the …

    Dec 22, 2020 · I used the below PowerShell script for sending email using Azure SendGrid account details. While executing the script, I am getting the error Send-MailMessage : Unable …

  5. Sending email from Azure - Stack Overflow

    Jul 16, 2013 · I want to send email from my Azure account. My domain name is configured to work with Azure. I could not find easily on the web how to send an email from an Azure …

  6. function - Email from Azure using SendGrid - Stack Overflow

    Aug 7, 2024 · SENDGRID_API_KEY=your_sendgrid_api_key_here Azure: Set the application settings in the Azure portal. I Followed this link to Send Email with Microsoft Azure with …

  7. How do I use SendGrid in an Azure Function? - Stack Overflow

    Oct 8, 2020 · 0 I'm trying to understand how I should be using SendGrid in an Azure Function that I'm developing in the Azure Portal. I've been coming at it from as many angles as Google has …

  8. azure ad b2c - ADB2C Custom policy for sending email through …

    Mar 15, 2021 · The sendgrid account is configured correctly and I am able to send email through Postman. The postman request, using the same sendgrid api key I am setting in Azure policy key

  9. azure devops - Sending emails with SendGrid from a logic app to ...

    Oct 5, 2021 · Is there a simple way to send emails from an Azure logic app using SendGrid to multiple recipients, e.g. comma-separated etc? This is how it looks now: "actions": { "

  10. How to link existing sendgrid account to Azure - Stack Overflow

    Now my app has a sending email feature that uses Sendgrid to send email. But now I want to link this account to Azure as I think I need to link this (existing Sendgrid account) to my Azure …