Commit Graph

49 Commits

Author SHA1 Message Date
FusionPBX cd8d5302ac
Fix temporary permissions 2024-11-29 13:57:01 -07:00
frytimo d7bbcd89f5
Use magic constant dir (#6711)
* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__ to load only functions.php

* replace spaces with tab character

* update dirname command to use levels instead of nesting

* use magic constant __DIR__

* update dirname command to use levels instead of nesting

* Update access_control_edit.php

* Update access_control_import.php

* Update access_controls.php

* Update dnd.php

* Update access_controls_reload.php

* Update call_center_agents.php

* Update call_center_agents.php

* Update fax_queue.php

* Update login.php

* Update pdo.php

* Update pdo_vm.php

* Update switch.php

* Update index.php

* Update css.php

* Update v_mailto.php

* Update fax_to_email.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-06-15 11:28:23 -06:00
FusionPBX f40621141f
Update the include path 2022-10-22 23:56:10 -06:00
FusionPBX c8ef7c83c1
Update v_mailto.php 2022-04-17 15:35:37 -06:00
FusionPBX 8c84c9c837
Use the email class. 2022-04-17 08:30:08 -06:00
FusionPBX 480e34a301
Use email address_type and default to add_address with an option to use add_bcc. 2021-10-20 17:07:49 -06:00
TNSSF a5705406b1
update to fix array count of emails (#6046)
at line 269 if this is set to ZERO all emails are bcc. this causes problems for normal recipients and scripts that depend on a TO field existing.

Setting to 1 will have it be a normal to: if its 1 email address and if its more than 1 it will do the BCC steps.
2021-09-01 11:35:58 -06:00
FusionPBX 997bef41cf
Correct the str_replace 2021-08-16 12:18:38 -06:00
FusionPBX aca358c0b7
Change AddAddress to AddBCC and improved some of the comments.
Multiple email addresses not working when sending to mailgun using AddAddress. After changing it to AddBCC it resolved the problem for mailgun.
2021-08-16 11:25:49 -06:00
root 45319ef301 Set directories to 755 and files to 644 2019-12-14 17:34:17 +00:00
Nate aaca2bb47c Voicemail-to-Email: Domain Settings fix. 2019-12-11 15:59:15 -07:00
Nate 82a07205b6 Email Logs: List view updates, search, bulk resend, download, delete. 2019-11-10 01:40:29 -07:00
Nate 677f830f01 Remove unnecessary permission object instatiations. 2019-08-30 19:29:04 -06:00
Nate 04c2f7a132 Misc: Database class integration. 2019-08-28 17:53:34 -06:00
FusionPBX 48c6e8a20a Update v_mailto.php 2019-04-18 09:42:31 -06:00
borisk1976 ff154192e2 Update v_mailto.php (#3954)
Don't know is this right way or not, but without this russian emails are totally unreadable.
2018-12-23 12:06:24 -07:00
Nate f0594c8279 Update v_mailto.php
Add ability to define the hostname used when sending mail.
2018-11-28 23:00:12 -07:00
Rich Breton 6ec89fc432 append for troubleshooting purposes (#3195)
Seems like can handle, filesize with logrotate or another way manually.
2018-06-26 11:47:15 -06:00
FusionPBX 3d9246dd1f Update v_mailto.php 2018-02-22 20:14:58 -07:00
FusionPBX 4d6d7a2d20 Update v_mailto.php 2018-02-06 18:21:35 -07:00
FusionPBX e26732c30c Update v_mailto.php 2018-02-02 00:45:57 -07:00
FusionPBX bee867d087 Update v_mailto.php 2018-02-02 00:44:56 -07:00
ewyand 9a75dc9401 Add customization for email (#2968)
Add customization for email
Add customization for smtp_from and smtp_from_name for voicemail to email
Add customization for smtp_from and smtp_from_name for fax to email
Fixed typo
2018-02-01 22:21:04 -07:00
FusionPBX 8fcaab4f90 Update v_mailto.php 2017-04-21 04:51:50 -06:00
Mafoo 20e98628fa Added missing execute rights (#2459) 2017-03-29 21:40:54 -06:00
FusionPBX 4756bea552 Update v_mailto.php 2017-01-16 18:20:09 -07:00
FusionPBX ea025c4774 Update v_mailto.php 2017-01-16 18:18:35 -07:00
jebsolutions 031b1053dc Fax email fix for master branch (#2023)
* allow bypass of certificate validation

* Update app_defaults.php

change to match

* Update app_defaults.php
2016-10-31 14:19:41 -06:00
FusionPBX 39e60b504b Update v_mailto.php
For the include for email transcription change the file name from email_translation.php to email_transcription.php.
2016-07-13 18:01:40 -06:00
Chris Black 6a93b03cd9 Allow outside transcription service to be called (#1578)
Allows users to create a function called get_transcription that they
can use to call any transcription service such as AT&T, Google,
iSpeech, etc and return just the translated text to be included in the
email.
2016-05-04 17:03:01 -06:00
markjcrane c3b12c217d Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
Harry G. Coin 8f17c47071 Patch to support sendmail, qmail, mail.
Also allow port to be set without munging host string (easier to change from 25/465/custom/etc).
2016-04-25 20:58:28 -05:00
blackc2004 4003ba170c fix some email stuff 2016-03-18 18:53:41 -07:00
markjcrane 33f640ca7f Remove the body of the email from the log in the tmp directory to make it more readable and better compatibility with tail -f. 2016-03-15 03:22:38 -06:00
Alexey Melnichuk 29c4421592 Fix. Make channel uuid optional in email.
This needs for example if fax server could not create outgoing channel.
2015-11-30 15:36:11 +03:00
markjcrane 802f212ea8 Hide the email body from the email log. 2015-09-11 15:20:31 -06:00
Nate Jones 3dd924775a Status > Emails: Added ability to view, download, resend and/or delete failed emails. 2015-03-14 06:43:19 +00:00
Mark Crane 4138541e06 Add a comment to the code and fix the indentation to match the rest of code. 2015-02-10 00:56:57 +00:00
luis daniel lucio quiroz 6ffe3b718a voicemails send HTML and Plain emails 2015-01-26 16:07:17 +00:00
luis daniel lucio quiroz 86ddcb5edf v_mailto supports doctype as well 2015-01-20 19:10:00 +00:00
luis daniel lucio quiroz e3697222a5 v_mailto is more tolerant to default settings misconfiguration 2015-01-17 23:34:58 +00:00
luis daniel lucio quiroz c66d89302a v_mailto now works without attachments 2015-01-07 03:18:35 +00:00
Nate Jones b2051ca910 Voicemail-to-Email: Backup email to database if sending fails, better detection of ContentType. 2014-07-08 06:38:23 +00:00
Nate Jones 7713c9a6e9 Voicemail-to-Email: Add custom headers containing domain_uuid, domain_name, call_uuid and email_type. Send email using Domain smtp settings, if defined under Default Settings. 2014-07-08 02:30:57 +00:00
Mark Crane c44d39dcf9 Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
Mark Crane 6c6e4cdc26 Move the reference for includes/pop3 to resources/pop3. 2013-06-09 04:34:08 +00:00
Mark Crane 3bafe742cd Delete the old phpmailer files and point fax to email and mailto to it. 2012-12-04 00:32:26 +00:00
Mark Crane d29f6e79ac Make fax and email email settings use the settings from default settings. 2012-08-17 08:52:10 +00:00
Mark Crane af103e9c41 Add a missing file sip_profile_copy.php to the dev branch. 2012-06-04 14:58:40 +00:00