sudo -u userwhowantshismails mailx <<<$(echo "type 1")
It writes a mbox file into this users home.
On some systems you should put this user into the unix mail group.
sudo -u userwhowantshismails mailx <<<$(echo "type 1")
It writes a mbox file into this users home.
On some systems you should put this user into the unix mail group.