Skip to content

Service to send emails (using Azure Functions & SendGrid) ✔️

License

Notifications You must be signed in to change notification settings

ognanshissi/emails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme - emails

Build Deploy application (DEV) Deploy application (PRD) Deploy dependencies (LOCAL) Deploy libraries

Introduction

emails let client applications send e-mails, thanks to Azure Service Bus and SendGrid.

What's new

You can find the new releases on the GitHub releases page.


Configuration needed

These settings need to be defined; default value for local development are fetched from configuration providers:

  • SendGrid:Key
  • Emails:AuthorizedRecipientHosts
  • Emails:StorageAccountUri (needs Storage Blob Data Reader RBAC)

These settings can not be defined from Azure App Configuration / Azure Key Vault, and should be defined in local.settings.json and in hosting configuration as environment variables:

  • AZURE_FUNCTIONS_ORGANIZATION
  • AZURE_FUNCTIONS_APPLICATION
  • AZURE_FUNCTIONS_ENVIRONMENT
  • AZURE_FUNCTIONS_HOST
  • AZURE_FUNCTIONS_KEYVAULT_VAULT
  • AZURE_FUNCTIONS_APPCONFIG_ENDPOINT
  • ServiceBusConnectionString

About

Service to send emails (using Azure Functions & SendGrid) ✔️

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages