can username be specified in mutt EMAIL environment variable?
by mfoley from LinuxQuestions.org on (#5JW5T)
With .muttrc, I can specify a sender as:
Code:set from="Joe Blow <jblow@mydom.com>"
set use_from=yesWithout using .muttrc, I can specify the sender on the command line as:
Code:EMAIL="jblow@mydom.com" mutt -s ...The command line method shown does not show the sender's name (Joe Blow), but rather the delivered message has the name of the actual user sending the message. For example, if this message is sent from a .jsp app (tomcat) the sender name comes to the recipient as "Tomcat User".
Is there any way to override the user's name from the command line as can be done with .muttrc?
Code:set from="Joe Blow <jblow@mydom.com>"
set use_from=yesWithout using .muttrc, I can specify the sender on the command line as:
Code:EMAIL="jblow@mydom.com" mutt -s ...The command line method shown does not show the sender's name (Joe Blow), but rather the delivered message has the name of the actual user sending the message. For example, if this message is sent from a .jsp app (tomcat) the sender name comes to the recipient as "Tomcat User".
Is there any way to override the user's name from the command line as can be done with .muttrc?