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

Allow for both twilio sending and email sending at the same time #137

Open BryceStevenWilley opened 1 year ago

BryceStevenWilley commented 1 year ago

Currently, SendMessage.java is setup so it can only handle one sending method at a time. Works and makes sense for SMTP vs sendgrid, but SMS should be a different thing that it can handle simultaneously.