On Wed, Sep 17, 2003 at 11:44:30AM -0700, Jim Gifford wrote: > Is there anyway from the sendmail command line to send a email with an > attachment??
Not that I know of, as attachments are to be handled by the MUA. I use mutt for this. Scripting using mutt is as simple as: mutt -a /path/to/attachment -s "subject" [EMAIL PROTECTED] -x < /dev/null Binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
