A Mail Notification Library providing additional features on top of existing Email Notification clients like Microsoft Graph, Direct Send, and more!
Перейти к файлу
Reddaiah Nethi b8523a343a
checking in working version from Performance team (#130)
* implemented changes to use Application Mail.Send Permissions

* commiting working copy from Connect Team

---------

Co-authored-by: Reddaiah Nethi <renethi@microsoft.com>
2024-07-26 12:58:40 +05:30
.github Update TriggerAzurePipeline.yml 2021-04-08 16:17:39 +05:30
NotificationService checking in working version from Performance team (#130) 2024-07-26 12:58:40 +05:30
.editorconfig Added the supporting git files, nuget config, and Azure Pipelines for the project 2020-11-17 16:02:22 +05:30
.gitattributes Added the supporting git files, nuget config, and Azure Pipelines for the project 2020-11-17 16:02:22 +05:30
.gitignore Users/renethi/templatebasedemailbugfix (#27) 2021-02-16 18:28:16 +05:30
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-11-05 10:21:48 -08:00
LICENSE Initial LICENSE commit 2020-11-05 10:21:50 -08:00
NotificationService-CI.yml Update NotificationService-CI.yml for Azure Pipelines 2021-03-25 23:51:09 +05:30
README.md Update README.md 2021-02-18 15:47:07 +05:30
SECURITY.md Initial SECURITY.md commit 2020-11-05 10:21:49 -08:00
SUPPORT.md Update the Support Structure. 2020-12-06 18:59:39 +05:30
nuget.config Added the supporting git files, nuget config, and Azure Pipelines for the project 2020-11-17 16:02:22 +05:30

README.md

Notification Provider

Integration Build

Notification Provider is an implementation to send Email Notifications using the Graph APIs/Direct Send, and supports sending more than 10k emails in a day. This service has robust retry mechanisms and telemetry hooks to ensure proper tracking of email notifications. The library is extensible, providing the users the option to use Graph/DirectSend as Notification Providers to send the email Notifications and Table Storage or CosmosDB to store the Notification History and Templates.

Benefits of Notification Provider

  1. Uses Asynchronous processing of emails
  2. Accepts email in batches
  3. Extendible solution for your choice of storage and Notification Providers
  4. Already supports GraphAPI/DirectSend as NotificationProviders
  5. Already supports Azure Table Storage(recommended) and Cosmos DB as storage for email tracking
  6. Uses Application Insights for logging, log level can be configured
  7. Have different endpoints for resend/getting history/sending a single email/sending emails in batches etc
  8. Supports Attachments/Templates and more to come.
  9. Differnt API Endpoints for Template management

Please find further details in the WIKI here.

Deploy to Azure

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.