https://github.com/adshan/dotnet-azure-function-notification
Using Azure Functions and RabbitMQ to send emails using SendGrid.
https://github.com/adshan/dotnet-azure-function-notification
azure azure-functions dotnet net5 rabbitmq sendgrid serverless
Last synced: 6 months ago
JSON representation
Using Azure Functions and RabbitMQ to send emails using SendGrid.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-azure-function-notification
- Owner: AdsHan
- License: mit
- Created: 2021-11-06T22:22:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T22:25:29.000Z (over 4 years ago)
- Last Synced: 2025-04-13T09:15:07.904Z (12 months ago)
- Topics: azure, azure-functions, dotnet, net5, rabbitmq, sendgrid, serverless
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-azure-function-notification
Criação de função para envio de e-mail utilizando o SendGrid. A função será acionada sempre que uma mensagem for inserida no RabbitMQ.
# Este projeto contém:
- Azure Functions;
- RabbitMQ como trigger;
- Envio de e-mail com SendGrid;
# Como executar:
Clonar / baixar o repositório em seu workplace.
Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
A infraestrutura da aplicação será criada através do docker compose /docker/docker_infrastructure.yml.
É necessário a criação de uma conta no SendGrid para obtenção da API KEY.
# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).