Skip to content

Commit

Permalink
Add back RingCentral to our FaxSMS Module (openemr#7542)
Browse files Browse the repository at this point in the history
* Add back RingCentral to our FaxSMS Module
- need RC SDK

* Files clean up
Twillio fax is gone ans so is fax server and good riddence!
refactors
RC forms

* Modify FileUtils class adding methods for mime management.

* author

* finish file utility

* more RC integration
remove unneeded 2FA redirect file rcauth.

* add mass deletes to RC and etherFAX
working on UI list

* add email client
add email notification to cron script
cleanup

* update twilio version

* escaping and error alerts

* review fixws

* add user alert  to email setuop to use standard SMPT setup
  • Loading branch information
sjpadgett authored Jul 15, 2024
1 parent f50ca8b commit 1bdd2d5
Show file tree
Hide file tree
Showing 20 changed files with 3,404 additions and 307 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"vlucas/phpdotenv": "5.5.0",
"waryway/php-traits-library": "1.0.4",
"yubico/u2flib-server": "1.0.2",
"twilio/sdk": "7.12.0"
"twilio/sdk": "7.16.2",
"ringcentral/ringcentral-php": "3.0.1"
},
"config": {
"platform": {
Expand Down
Loading

0 comments on commit 1bdd2d5

Please sign in to comment.