Commit Graph

8 Commits

Author SHA1 Message Date
FusionPBX 97dbe7b31a
Save the email response (#6558)
* Save the email response

* use the response variable from the email class

* Rename email_debug to email_response

* Update app_languages.php

* Show the email response

* Save the email response
2023-02-17 12:47:11 -07:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
FusionPBX 12c1f5994e
Uncomment line for send method direct. 2022-04-15 21:36:07 -06:00
FusionPBX c9f426b65f
Use the new email class. 2022-04-15 18:01:34 -06:00
demonspork efd27fbe90 fix send_email function for multi-part addresses
The send_email function wasn't successfully parsing ; or , separated email address lists. I simplified it's processing.

While I was at it I removed the "valid email" check from email_test.php because that step is already being done in the send_email function that is called and it safely returns the appropriate error. I would have had to rewrite that function to handle the multiple email lists otherwise.
2021-03-19 19:15:32 -05:00
Nate 7d228a302e Email Logs: Token integration. 2019-09-17 22:59:22 -06:00
FusionPBX d2415c978d Update email_test.php 2019-04-18 08:56:16 -06:00
markjcrane e852096f32 Move app/emails to app/email_logs 2019-04-18 14:27:01 +00:00