Problem sending an email via mutt

I'm trying to send an email using mutt like this:

echo 1.txt | mutt -s Hello -a file.tar.bz2

It's getting no error, but I didn't receive the email. What's the problem?

2 Answers

Assuming that you are using a local smtp server, have you checked the maillog? If that is the case, please post some of the log...

3

Try launching mutt with debug level 1 with the command: mutt -d 1

I solved my problem this way (the certificate couldn't be saved, and mutt was silently not sending emails).

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like