* Harry Long <[EMAIL PROTECTED]> in [mail.mutt]:
> Hi, 

> Would you please tell me how I can  the 'From' address in mutt ? 
> Any thing like in Mail::Sendmail  'From => ... " ?

I presume you mean set the From address for mails you send.
This can be done with the my_hdr command:
my_hdr "From: <your@emailaddress>"
However, this would override the use of "reverse_name".  The other
option is to use the variable "from":
set from=<your@emailaddress>
This is overridden if you set reverse_name and alternates.


-- 
Lawrence Mitchell <[EMAIL PROTECTED]> | \\\\__.
<URL:http://wence.newald.homeip.net/>           | \\\\'/

Reply via email to