[EMAIL PROTECTED] wrote on 01/05/2008 01:07:50 PM: > I'm using mutt in a script to send out emails. > > $ mutt -s "subject" -a file [EMAIL PROTECTED] < /dev/null > > Is there any way to add a Reply-To: header? I can't find it in google or > man mutt. > > Is there any other scripted way of doing it? Preferably bash. >
Set REPLYTO environment variable? Its in the mutt man page. Cheers, Scott -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
