I realized that in order to change the sender name using, mailxI have to do the following:
mailx -r newmail@mail.com -s "some subject" my@email.com
But when I do this, I get:
mailx: invalid option -- r
Usage: mail [-iInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr ...
[-- sendmail-options ...]
mail [-iInNv] -f [name]
mail [-iInNv] [-u user
Does anyone know what is going on? thank,
hudac source
share