I'm trying to send an email using mutt like this:
echo 1.txt | mutt my_email@gmail.com -s Hello -a file.tar.bz2
It's getting no error, but I didn't receive the email. What's the problem?
I'm trying to send an email using mutt like this:
echo 1.txt | mutt my_email@gmail.com -s Hello -a file.tar.bz2
It's getting no error, but I didn't receive the email. What's the problem?
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...