SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Email and SMS Notifications User Story #183

Open KindBill opened 4 months ago

KindBill commented 4 months ago

User Story

As a Suffolk LIT Lab developer, I want to update the java code to be able to handle both email and SMS simultaneously for the same notification or message, so that it's not done separately.


Dependencies

  1. We need to learn more about what the use cases are for email and SMS so that we're able to determine what changes in the code will need to be done.
KindBill commented 4 months ago

Based off this Teams Thread , specifically for email, we should stick with Sendgrid as primary email delivery system over the custom SMTP.