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
faadda843e
Update fax_to_email.php
2019-09-09 12:48:36 -06: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
f2481537a7
Update fax_to_email.php
2018-02-15 18:49:14 -07:00
FusionPBX
b5b2032ecc
Update fax_to_email.php
2018-02-06 18:23:09 -07:00
FusionPBX
4d6d7a2d20
Update v_mailto.php
2018-02-06 18:21:35 -07:00
FusionPBX
f2edcf0fe0
Update fax_to_email.php
2018-02-02 00:51:59 -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
FusionPBX
1b3a824978
Update fax_to_email.php
...
Make the code more consistent with the rest of the project.
2018-02-02 00:06:11 -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
774f6f6558
Update fax_to_email.php
2017-03-01 12:16:11 -07: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
FusionPBX
02b5fb71d6
Update fax_to_email.php
...
Remove the hard coded fax_enable_t38=true,fax_enable_t38_request=true in favor of default settings -> fax -> variables.
2016-12-02 21:16:07 -07:00
Alexey Melnichuk
9d592f3318
Fix. Set correct dial-string in fax_to_email ( #2223 )
2016-12-02 02:08:43 -07:00
FusionPBX
3356c5857b
Update fax_to_email.php
...
Add the common_dial_string to the dial_string.
2016-12-02 00:27:00 -07:00
Len
01c1520f25
Update fax_to_email.php
...
update old variable $t38 to $fax_variables
2016-11-30 01:38:00 -05:00
FusionPBX
b5a9d25fae
Update fax_to_email.php
2016-10-31 14:39:04 -06: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
a8efb3b419
Update fax_to_email.php
2016-10-31 07:37:32 -06:00
FusionPBX
472c7efb3b
Update fax_to_email.php
...
Fix fax to email when using method and smtp_port.
2016-09-28 13:30:46 -06:00
pquan
e408cc33bf
fix tiff2pdf conversion in short faxes ( #1596 )
2016-07-27 23:00:33 -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
f02028629a
fixes so cli installs/upgrades work.
...
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05: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
markjcrane
51ea37ed18
Rename the EventSocket class.
2016-04-02 19:23:16 -06: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
mafoo
2119c7ee8d
WhitespaceClean-others
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:58:35 +00:00
markjcrane
af18c963c0
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
Mafoo
56b34c34ca
changed throw Exception to die
...
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
87dbd6b428
Added check for if .project.ROOT is missing
...
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
Matthew Vale
6999198492
added logic in cli mode to chdir to the correct directory first
...
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00:00
Matthew Vale
a41e89af76
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00