Yaswanth
Yaswanth

Reputation: 493

unable to send mail using Mutt

Recently we have migrated Unix OS to new flavor. Since then we couldn't able to send mails. I think we are missing some configuration, Could someone help in resolving the issue.

Command: echo "" | mutt -s "subject" -i /tmp/test.txt -a /tmp/test.txt [email protected]

Error: Can't stat [email protected]: No such file or directory
       [email protected]: unable to attach file.

Current OS: Oracle Linux Server release 7.1

Mutt 1.5.21 (2010-09-15)

Please let me know what would be the issue.

Upvotes: 0

Views: 1486

Answers (1)

ceving
ceving

Reputation: 23866

Take a look at the man page. It states, that -a takes a list of arguments, which need to be terminated by --.

Upvotes: 1

Related Questions