If you need to send an email with a text file (or binary file) as attachment using shell script or command prompt in Unix or Linux; try mutt – a terminal-based e-mail client for Unix-like systems.
Mutt is a small but very powerful text based program for reading electronic mail under UNIX /Linux operating systems, including support for color terminals, MIME, and a threaded sorting mode.
Please note that mutt is a pure MUA and cannot send e-mail without proper email server . You need a working Mail Transfer Agent (MTA) such as sendmail or postfix. I am assuming that you have a working email server in your office.
How do I install mutt email client?
If mutt is not installed, use the apt-get or yum or up2date commands as follows (you must login as a root user). Debian / Ubuntu Linux user type the following command to install mutt client:
# apt-get install mutt
Fedora / CentOS or Red Hat Enterprise Linux (RHEL) user type following command to install mutt:
# yum install mutt
OR (RHEL version # up2date mutt
FreeBSD user type the following command to install mutt via pkg_add command:
# pkg_add -v -r mutt
How do I send email attachments from a command prompt?
Use mutt command as follows to send an email with attachment:
$ mutt -s "Test mail" -a /tmp/file.tar.gz you@cyberciti.biz < /tmp/mailmessage.txt
Where,
- you@cyberciti.biz – is the recipient.
- /tmp/mailmessage.txt – is the main body of the e-mail (read message from the file “mailmessage.txt”).
- -a /tmp/file.tar.gz – is an attachment.
- -s “Test mail” – is a subject line.
If you don’t have mutt command installed, try uuencode command to send emails with attachments.
See also:
- Sample bash script to send an email
- mybackup script to backup selected files/directories and email them as .tar.gz file
- Metamail ftp://ftp.research.telcordia.com/pub/nsb/
Page last updated at 12:33 AM, April 18, 2012.
🐧 Get the latest tutorials on Linux, Open Source & DevOps via:
- RSS feed or Weekly email newsletter
- Share on Twitter • Facebook • 102 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
Hi,
i have tried below code to send one file as attachment but now while trying to send two files i am not able to send it.could you please help with this.Here one file sent but not able to send two files at one time
SUBJECT=”Internal calloff file for VCT”
FROM=”plusmail@volvocars.com”
TO=”priyabrata.panigrahy@volvocars.com”
SPOOLFILE=$P_TMP/internal_calloff.log
echo “Send the E-mail message…”
#/usr/bin/mailx -s “${SUBJECT}” ${TO} <<-EOF
/usr/bin/mailx -s "${SUBJECT}" -r ${FROM} ${TO} <<-EOF
Hi
See attachment for internal calloff from PLUS.
Attachment: $P_FROM_ORA/$ResultFile
~< ! uuencode $P_FROM_ORA/$ResultFile $ResultFile
~.
EOF
I am running a script using the mutt command (see below) When the email is send form the LINUX server, the .xls file looks good except it is missing the numbers in the columns. How would I send the file so it shows all the data? If I do an ftp from the server, grab the file and put it on my PC I can open the excel file and the data is there, if I use Mutt the email shows the excel file but the data is not populated
Capacity Totals (TB) Platform Base (TB)
Master Server Calculated Charged
alvmnrnba01 0.00 0.00
Total 0.00 0.00
Is it possible to attach a file with different name? Files with sh and xml extensions are filtered. Thanks for the help!
I searched the web for a way to recieve mail from my Hotmail acount using Mut but no luck.
I have no problem receiving mail from my gmail acount but cant find settings that will let me download hotmail email. Anyone had any luck with Hotmail?
Hello,
I have faced one issue related with mutt (mailing) command on RHEL-6 server.
Issue: mutt command not able to send email to any email id from linux 6.x machine to msoutlook.
the postfix and sendmail was in installed on the server and mutt command was unable to send email. no one service will help to send the email.
Solution:
remove the postfix package on linux server and then it will work fine.
pls try this command to send attachment with mutt command
echo | mutt -s Test_mail -a --
Hello to all,
I’ve an issue sending email with Mutt.
Command is inside a bash script and, if the email address contains an undescore _ it fail, the email sent.
If a use Mutt in the command line, it works.
I’ve no idea how to fix this problem.
Thanks in advance
Eld
Really Easy, thanks worked like a charm.
Bingo! Took awhile to search to get this command. Mutt is poorly documented.
mutt -n -e ‘set envelope_from_address=â€from@email.comâ€â€˜
Thants what i’m looking for! Thx!
Re: “Method 3 works, #2 half works, method #1 and 4 don’t work.”
you can’t rewrite headers when using gmail, as google violates protocol by rewriting these headers back
When I try echo | mutt -s “foo” -a file foo@bar.com, mutt failed to send email and error output is foo@boar.com unable to attach file.
echo | mutt -s “foo” foo@bar.com -a file or echo | mutt -s “foo” -a file — foo@bar.com both works.
BTW, it’s in Debian 6.0
Hi,
I am using script for diskspcae in linux server and output is like alert that all team member should get mail as alert, when i install mutt i.e. up2date mutt …..command shows like temporary failure in name resolution so what should i do pls kindly help for same. ?????
hi, friends….
it’s possible to add date in subject…… dynamically…..
How can I get MUTT to send as an HTML email? I can attatch the html document but I want to have it viewed as soon as you look at it.. instead of seing all the text HTML tags.
Grr.. mutt is not working when i put my script in cron..!!
I had a similar problem: it would run from the command line while I was logged-in but running it as a cron job always failed. After some testing I decided the problem had to do with not being the same user under cron as I was at the command line. I’m not sure about the exact steps to fix it, but I’d look in that direction.
hulo,i hav just instaled mutt but dont even no how to start it,how to configure it 2 read from mi email account,ani help will b apreciated
The mutt program is super cool this line is part of a script I did that make a backup of all my SQL Server Info and send it to my email. Because I have a High protection for Spam this email always go to junk. I also got a POP3 account in my work and there I have no problem also I receive it in my iPhone 3GS. This is the hell of a tool. THanks for sharing this with us.
Answered my own question!
Need to use Single Quotes rather than Double Quotes around $mySUBJECT. For example this works:
Hope it helps someone!
How do I use a Variable Subject. For example:
This always hangs and thus fails. But typing-in the same string where $mySUBJECT is works fine. Could someone tell me what I'm doing wrong?
Thanks!
Is it possible to specify a different name for an attachment than the actual file name? For instance, we have many programs the call the mutt command and send files with extensions that our recipient’s PCs don’t recognize. It would be nice to be able to rename the attachment in mutt without having to actually modify the source file.
Thanks,
Martin
can this run as a portable application from a UNC path
Is it zipped?
Yes, I forgot to mention it’s a file compressed with LZMA algorithm which is the highest compression level around. My server OS is Linux/RedHat. I just need to know if mutt is capable to send bigger than ~10 MB attachment, the current backup file that I am getting is about ~7 Mb but with headers it just become into a 10 Mb. As I said I research about it, I read the config file and nothing yet.
Appreciate your help.
Ha Ha Ha ! excuse me, Not laughing at you but that was just a suggestion, you obviously kno much more than me.
Actually I was looking at the wrong place. The attachment size limit is not controlled by mutt else the smpt server itself, in my case postfix.
If somebody is having this same issue, just go the postfix config file at /etc/postfix/main.cf (on RedHat based kernels) and look for this directive: message_size_limit (or add it to the end if it’s not in there) and just increase the value to: message_size_limit = 20480000 (20 MB for example).
Hope that helps.
I am not able to send more than ~7Mb (+ headers info which become in a 9.9 Mb file size). How can I increase the attachment size sent via mutt?. I’ve looking at the conf file and I didn’t see any line where the ~10 Mb file size attachments were set by default. I really need to increase this thing at least 25 Mb to send database backups to my email account (which supports 50 Mb attachments).
Hi,
Recently I have installed Linux Ubuntu on my Laptop and was trying some command line to send emails. I do not know what package needs to be installed but same command is working fine at my work place which has Unix AIX machine.
For example this syntax is working at my work place but not working on my Ubuntu command prompt.
(echo “testâ€;) | mail -r from_address@gmail.com -s “Send Email †to_address@gmail.com
Can somebody please advice what do I need to do if I want to use these above options.
Thanks in Advance
You enter the addresses in the two field, separated by semi-colons (;).
Well I meant “to” field instead of “two” field
Hey, thanks, I needed to send a quick mail and your tip worked like a charm — except I needed to send two attachments and mutt required a — before the destination. Thanks!
Thank you Vivek. This came handy when I realized that I didn’t have the sharutils package (for uuencode) installed and so could not use mailx/uuencode combination. Anyway, the “-a” option of mutt is better than mailx/uuencode.
Ubuntu 10.04 mutt bug – add “–” after attachment, even only one file.
https://bugs.launchpad.net/ubuntu/+source/mutt/+bug/457940
Thank you for commenting however i’m begining to think that my computer doesn’t support mutt. Is this specifically for linux users because there is no mutt install link that works with my computer.
What operating system is your computer running Edmund?
I type in this text “$ mutt -s “Test mail” -a msg.txt amgormandoyle@gmail.com < msn.txt" and i end up with "$" is not recognized yet when i use the sample code($ mutt -s "Test mail" -a /tmp/file.tar.gz vivek@nixcraft.co.in < /tmp/mailmessage.txt) it works except for the file not specified part which was expected
It’s an idiom: the “$” is used by some people to represent the prompt character In a terminal, shorthand for I-am-typing-in-a-terminal-here. I think that they use “$” to represent the root user, and # to represent the prompt of a normal user.
Just ignore it….
…. and the rest works … right ? … cool.
Depending on permissions, doesn’t have to be a root user,
The other way around. # means root, $ means a normal user.
(1) have you considered looking at the examples in this thread ?
(2) this thread is about mutt, and you are using mailx
(3) my example above shows how to send an email of any configuration, with any attachments, from the command line, using mutt
In general, do this :
add the
line /bin/bash -x
to the start of your scripts. NOTE THE -x
Then watch the output, it will show you all the assignments. You probably have made a mistake in one of your awk assignments.
Also don’t try to be smart, doing stuff like running multiple commands in a subshell (in brackets) and then piping the result to mailx. Instead do clear, seperate steps, and write temporary files, in testing AND PRODUCTION so you can investigate what is going on. I mean you haven’t even been able to narrow the problem down to the step that is going wrong.
The answer to why this isn’t working is that, probably, your don’t have a MTA running. mutt and mailx and manyothers just manage the generation of the email, you need a MTA (mail transfer agent) like ssmtp (simple, easy, great) or exim4 (not simple, fully featured)
—-in summary: —-
use /bin/bash -x
test each intermediate step
use mutt, and copy one of the examples above.
find where the error is BEFORE you post on a forum.
Hi Friends…
I have a requiremnt where i need to send a mail with an attachement (pdf file) for the same i have written this code and it is getting executed without any error but still i am not receiving any mail. Please adive:
Following code is for you reference:
DATETIME=`date “+%Y%m%d%H%M%S”`
DATETIME1=`date “+%Y%m%d”`
REQUESTID=echo $1 | awk ‘{print $2}’ – | sed ‘s;FCP_REQID=;;’
USERPASS=echo $1 | awk ‘{print $3}’ – | sed ‘s;FCP_LOGIN=;;’ | sed ‘s;”;;g’
P_FILE_PATH=echo $1 | awk ‘{print $9}’ – | sed ‘s;”;;g’
P_FILE_NAME=echo $1 | awk ‘{print $10}’ – | sed ‘s;”;;g’
P_USER_EMAIL_ID=echo $1 | awk ‘{print $11}’ – | sed ‘s;”;;g’
FILE_SUB=echo $1 | awk ‘{print $12}’ – | sed ‘s;”;;g’
# “/oracle/apps/inst/apps/TEST_erpapts2/logs/appl/conc/out XXADIB_PO_STANDARD_467106_1.PDF temp1@adibdev.local testmail”
REQUESTID=123456
USERPASS=apps
P_FILE_PATH=/oracle/apps/inst/apps/TEST_erpapts2/logs/appl/conc/out
P_FILE_NAME=XXADIB_PO_STANDARD_467106_1.PDF
P_USER_EMAIL_ID=temp1@adibdev.local
FILE_SUB=testmail
echo “——————————————–”
echo “DatTime=” $DATETIME
echo “DATETIME1=” $DATETIME1
echo “REQUESTID=” $REQUESTID
echo “USERPASS=” $USERPASS
echo “——————————————–”
echo “param=” $1
echo “P_FILE_PATH=” $P_FILE_PATH
echo “P_FILE_NAME=” $P_FILE_NAME
echo “P_USER_EMAIL_ID=” $P_USER_EMAIL_ID
echo “——————————————–”
echo ” ”
echo “——————————————–”
EXIT_STATUS=0
echo $FILE_SUB
echo “——————————————–”
echo ” ”
echo “Just before sending mail..”
echo “EXIT_STATUS=” =$EXIT_STATUS
echo ” ”
echo “——————————————–”
if test $EXIT_STATUS = 0 ; then
echo “Success”
(echo “Please find the enclosed all vacancies and the details of vacacy statues. This is system generated email. Please do not reply.”;uuencode $P_FILE_PATH $FILE_SUB) | mailx -s “$FILE_SUB – on $DATETIME” $P_USER_EMAIL_ID
else
echo “Fail”
echo “——————————————–”
echo ” ”
echo “Un-successful run of the Error Log File”
echo ” ”
echo “——————————————–”
fi
echo “——————————————————-”
exit 0
Thanks for the article, helped me a lot. (the sending part)
Cheers,
Yosi
forgot to add, these are all edits to the /etc/Muttrc file, or your .muttrc equavalent
Just spent a couple of hours working this out.
The mutt way to set the from address and name in mutt is ;
mutt -e "unmy_hdr from; my_hdr From: rmcdonald@supersize.com.au"
-e "set realname="Ronald McDonald" "
-s "this is the subject line ... "
-a attachmentfile.txt -a anotherFile.doc
-- ttttoooo@toAddress.co.uk < bodyOfEmail.txt
Note that the -e “command” lets you do any set, unsets, or mutt configurations
———–
For the record, the other approaches to customising From addresses (and by extention other attributes) are as follows.
I have listed all the methods that mutt make available, though two of them don’t work.
————————————————————————–
Method 3 works, #2 half works, method #1 and 4 don’t work.
#from method #1
set use_envelope_from=yes
set envelope_from_address="muttrc@yourApparentDomain.co.uk"
# NOTE : use_from defaults to yes, so that mutt forces the from address
# ***THIS IS THE CAUSE OF PEOPLE GETTING myaccountname AS THEIR
# *** FROM ADDRESS
# from method #2 :
# use_from=no works. Now the MTA, e.g. ssmtp sets the from address
set use_from=no
# however, the set_from DOESNT WORK.
set from="set_from@yourApparentDomain.co.uk" # doesn't work
# from method #3
# this is the approach to use. See my command line example
# you must use the my_hdr to set a new from address. See 4
unmy_hdr from
my_hdr From:"fromEmailAddress@mydomain.info.us"
# from method #4 : let the MTA set the from address
# doesn't work. Mutt fails to remove the from header line.
unmy_hdr from
----------------------------------------
attempt 3:
export EMAIL=”My Name <email@protected>”
eg. it is “My Name (less-than-sign)email@protected(greater-than-sign)”
(note, board munged code a bit, try again:
export EMAIL=”My Name “
hey nice thread, i got this working with from field set as I desire, from a shell script as follows:
${TARGETEMAIL}="target@protected"
export EMAIL="My Name "
export REPLYTO="email@protected"
echo "body text" | mutt -e 'set envelope_from' -a /filename.gif -s "subject" ${TARGETEMAIL}
How can you mutt only the newest file from a particular directory in a bash script?
Thanks guys, with your help I did solve the problem
“Can’t stat email@gmail.com: No such file or directory
email@gmail.com: unable to attach file.”
Hi…
I am working on ubuntu. i did install mutt and when i typed mutt -s “hello” mymail@gmail.com in my terminal a nano editor came up and i manually had to proceed the process of sending the mail…finally it attached a file from my /tmp folder in which the contents were buffered and this file was sent…
i just want to automate the entire process without any human intervention…
Can someone please help me out in automating the entire process…
thanks
Hi Ken, thank you for your help. I had come up with this syntax to fix my issue.
shell_exec(â€export EMAIL=â€from@email.comâ€; export REPLYTO=â€from@email.comâ€; echo ‘email text’ | mutt -n -e ‘set envelope_from_address=”from@email.com”‘ -e ‘set realname=”My Company Name”‘ -s ‘email subject’ -a ‘/attachment/file.pdf’ to@email.com“);
Hi Fun Nepali Games/ Maroun,
Use this command format to set the from name and the from email to whatever you want:
export EMAIL=’from name<from email address>’; echo ‘email body text‘ | mutt -a ‘attachment file‘ -s ‘subject‘ recipient address
Hope I helped! Greetings
Hi,
I need a favor, I am using mutt command to send an email and everything is working fine, but as you know when email arrived to the proper person, the email is coming from internal name of the instance of the server (e.g From: XX@servername.companyname.extension), can we put an constanct alias for ‘from email account’, I mean from: payables@companyname.net for example. I think this is an internal linux parameters structure?
Thanks
Maroun
How to specify “from name” when sending email thru mutt? I am using php cli to send email and I could only set the “from email”, and not the “from name”. Here is my php statement with mutt command:
shell_exec(“export EMAIL=”from@email.com”; echo ’email text’ | mutt -s ’email subject’ -a ‘/attachment/file.pdf’ to@email.com“);
When I ran this php program, the recepient receives email like this:
From: “My Real Name”
But I want “My Company Name” to show in the From: line. Where to specify this when running mutt ?
What an excellent tool. I have been looking for something like this for ages!
if you want to send the contents of a text file from the shell prompt do the following.
# mail -s “subject of the mail” me@me.com < textfile.txt
Hi
This e-mail (mutt) utility looks very useful, I would like to use it on AIX, can any one let me know how I could install this utility on AIX and use it.
Thank you
Regards
Murali
Hi,
when i am sending a mail with pdf attachment thru mailx utility on MS Outlook than it wooks fine but whenver i am sending the same to rediff/gamil/yahoo than instead of pdf attachment it is sending junk characters,please advice.
uuencode xx_file.pdf xx_file.pdf| mailx –s “Subject of mail” “mail_id”
i am using the above command.
please suggets to do the same.
ram
in debian lenny:
mutt -s “subject” -a file1 file2 file3 — email@gmail.com < email-text.file
between attachments and recipients need to putt double dash and files for attachment with out anything
with out double dash wroute:
"Can't stat email@gmail.com: No such file or directory
email@gmail.com: unable to attach file."
because it's thinking that email@gmail.com it's one more attachemt file )))
Hope it's help you )))
“in debian lenny:
mutt -s “subject†-a file1 file2 file3 — email@gmail.com < email-text.file
between attachments and recipients need to putt double dash and files for attachment with out anything"
same for squeeze. thanks mate
Actually I am using proxy server to access internet
i did
export http_proxy=”http://10.100.100.172:3128/”
and
export http_proxy=http://10.100.100.172:3128/
to configure proxy
then
mutt -s “Test mail” -a /root/amritesh/rs.txt amriteshsmsc@gmail.com < /root/amritesh/gw.txt
to send mail but it wont work plz guide me what to do…?
Sam,
if u want to send certian text in body instead of using a body file then go for this:
#> echo -e “This is the body message of the email” | mutt -a server.key raj@alpha.xion.com -s “This is the email subject”
you can use uuencode too. Here is an example I used for many years. How to extract,using bash/unix/linux shell scripting, the oracle data like excel report and …-> http://tinyurl.com/dbcy98
is it possible to set “from” option, becouse by default i getting from: root
i using command like:—
mutt -s ‘Test mail’ -a file.xls usernamel@domain.com < file
i want from option should become useranem who is giving mail to someone
Is it possible to send specific text in the body of the mail, rather than sending the body from the attached file?
mutt -s “Test Mail” -a /home/test.txt user@abc.com < “TEXT BODY”
Hmmm why all this reported succes, I seem to get it all wrong.
mutt -s “test Mail” -a /home/jesper/Y.tar gvzfs@yahoo.dk < t.txt
so where am I going wrong?
I am using a laptop with wireless connection. How do I specify “from”?
Use mutt -e “set from=your@mail.jo” -s “test Mail†-a /home/jesper/Y.tar gvzfs@yahoo.dk < t.txt
I am unable to send an .htlm file as the mail body. When I use the command below, it mails the actual code.
mutt -s “Test Mail” user@uh.edu < mail_attachment.html
I can send it as an attachment and it comes through fine with this command:
mutt -s “Test Mail” -a mail_attachment.html user@uh.edu < mail_body.txt
the mail_body.txt does not contain anything. I just get the attachemnt. Sun system can e-mail it to Outlook as an .htlm mail.
i am unable to send mail from shell .. getting an error /etc/postfic/main.cf no such file or directory ..pls help
Thanks
See our FAQ:
Email multiple file attachment from Solairs / AIX / HP-UX UNIX/ Linux command line
HTH
How to use mapck to send multiple files? i am able to send only one file with the command. Please help
hi all, i am getting this error
mutt -s “Test Shell Mail” malath.alakeel@gmail.com < email
Error sending message, child exited 127 (Exec error.).
Could not send the message.
worked like a charm for me, thanx guys :]
Thank you!
man mpack
Thanks, I was searching for an hour for this! To do the equivalent with sendmail is crazy!
its working well in system which serve as proxy but not working from my desk. How to get it work in a proxy ed network ?
In reply to 19: Putting all addresses into quotes should work.
mutt -s “My message” -a attchmnt “address1 address2”
How do you send an e-mail to multiple recipients with mutt?
Reply to #17: Regarding how to use “-a” for an indeterminate number of attachments; here’s one way:
y=””
for x in $(ls -1 *.log) ; do
y=”$y -a $x”
done
mutt -x “subject” $y myaddr@company.com < somefile
This is a reply to message 12, regarding using “-a” to send multiple attachments in one email.
I use the same mutt command line in my script. My challenge is I can’t hard code the files with “-a”. I need to search for all logs, find out what they are and mutt them.
I need something like:
mutt -s “log files” -a *.log sue@homtmail.com < summary
How do I code “-a *.log”?
is the reading in of the text file required or can I type a one-line body from the command line?
How do you send an e-mail to multiple recipients with mutt?
You can define a variable with recipient mentioned as coma separated values.
Emails=xyz@abc.com, pqr@abc.com
mutt -s “Test Mail†-a attach1 -a attach2 -a attach3 — $Emails
Using Vim:
Write all of the emails separated by commas to a text file, compose an email in mutt (specify yourself as the recipient), write the subject, etc. When you’re finished, write and quit, then hit E to edit the headers. Scroll down to CC: and then type :r . Your addresses should appear on the next line, so scroll to that line and hit backspace. Ta-da! Magic. 🙂
Hi experts
I would like to send e-mail using command-line-mutt; but I’d like it to read the recipients from the “To:” header in the file (in mailx, there is such an option: “-t”, like this: mailx -t < filename, and then you don't need to specify recipients on the command line). How can it be done in mutt?
I just want learn more things in linux,
Well… go ahead, it’s a beautiful world!
You probably know more by now already 😉
Nice post thanks guys!
Multiple attachments use -a for each ie:
mutt -s “Test Mail” -a attach1 -a attach2 -a attach3 vivek@nixcraft.co.in
How do I use MUTT to send multiple attachments in a single email?
I don’t think you’re still looking for the answer but it may help others…
So just separate emails with comma
mutt -s “your_subject” toto@titi.com,tita@titi.com < your_body.txt
thanks for this post!
nice post worth to bookmark 🙂
thanks, you made my day (or better, tomorow ) with this hint…
thanks this blog is bookmarked now.
Hey i was hunting 4 this info and found it via yahoo. This is easy than those crazy scripts… thx for good info in this blog.
In the command:
mutt -s “Test mail” -a /tmp/file.tar.gz vivek@nixcraft.co.in
I can’t be sure, but it looks like you’re using the wrong directional switch. In your command use, you have “>”. I’m presuming you’re attempting to send the message in the file /tmp/k which means you should probably be using the “
May be yahoo is blocking your email! It should work. If you are on PPP then it is high possiblity!
—
Vivek Gite
I didnt recieve any mail in my yahoo inbox when i tried to send the message from the command line using mutt
mutt -s “testmail” anugula_kiran@yahoo.co.in > /tmp/k
please i am eager to know about it
Check your bulk mail. I am using it and my emails when are sent out of the computer goes in the “from: www-data” so yahoo take the email as spam and if your settings in yahoo.com is to delete all spam then is deleting it. Try using another email a POP account. It will work like charm.