Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

cofoundry-cms/Cofoundry.Plugins.QueuedMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Cofoundry.Plugins.QueuedMail

The QueuedMail plugin is currently in private development and will be open sourced at a later date.

Overview

The queued mail plugin offers a number of advantages over the default mail implementation:

  • Mail is sent to a queue rather than dispatched immediately which can improve responsiveness, especially when using an SMTP
  • Mail is dispatched in batches which is potentially more efficient
  • The queuing system handles automatic retries using an exponential backoff strategy which makes it more resilient to external service failures
  • Dead letters are logged and can be re-queued at a later date rather than throwing an exception

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published