IssabelFoundation / issabel

Open Source Unified Communications Platform
http://www.issabel.org
54 stars 13 forks source link

Change sender from Fax doesn't take effect #32

Closed cmarodrigues closed 6 years ago

cmarodrigues commented 6 years ago

When change sender email address from "Email Template" on Fax sections, doesn't take effect.

The emails are send with uucp@hostname.local

cmarodrigues commented 6 years ago

The problem its seems to be from /var/spool/hylafax/bin/issabel-faxevent script.

After make the following change, the problem should be fixed:

`# diff -Naur /var/spool/hylafax/bin/issabel-faxevent.orig /var/spool/hylafax/bin/issabel-faxevent --- /var/spool/hylafax/bin/issabel-faxevent.orig 2018-05-30 16:55:43.484268468 +0100 +++ /var/spool/hylafax/bin/issabel-faxevent 2018-05-30 16:53:41.005649448 +0100 @@ -527,6 +527,7 @@

 $mail = new PHPMailer();
 $mail->From = $emailInfo['remite'];
asternic commented 6 years ago

Thanks, fixed.