Commit Graph

4 Commits

Author SHA1 Message Date
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