FreePBX / issue-tracker

The unified FreePBX issue tracker.
https://www.freepbx.org
GNU General Public License v3.0
12 stars 1 forks source link

[improvement]: Add mailutils to 17 installer script #517

Closed lgaetz closed 1 month ago

lgaetz commented 1 month ago

FreePBX Version

FreePBX 17

Improvement Description

Previous fpbx distros have included the mailx rpm which allows use of the mail command for generating email from the bash prompt. It would be useful for backward compatibility if this remains supported in 17

root@FreePBX17:~# mail
-bash: mail: command not found

root@FreePBX17:~# apt install mailutils

root@FreePBX17:~# mail
No mail for root
kguptasangoma commented 1 month ago

Hey @lgaetz

Done. Latest script will have this utility as well.

Thanks Kapil