The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




Thread: mutt
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-04-2008
krsenkumar krsenkumar is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 2
You Can use the below format:

Create an real name for the mail id => 'customerservice@blah.com' for time beinng i called 'customerservice'.

mutt -nx -e 'set from=customerservice@blah.com; set realname="customerservice"' -s "Mail Subject" -a attachment_file customermail_id

its working for me. try it...

Good Luck.