ZTL-ARTCC / Current_Website

vZTL's Official Website
GNU Affero General Public License v3.0
5 stars 6 forks source link

Asynchronous Emails #580

Closed iccowan closed 2 weeks ago

iccowan commented 5 months ago

Description Right now, all of the emails are sent synchronously. This leads to the user having to wait until the emails are sent to be able to proceed. We should take these and make them asynchronous using Laravel's queues.

NOTE: Queues are implemented in PR #578... Once this is merged this story can move forward.

Acceptance Criteria Checkbox list of the acceptance criteria for this story

Accepted By: @kjporter

Dev Notes

XD Notes

Working Branch async-emails

PR

644

Feature Toggle N/A

QA Notes

Deployment Notes