python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to redirect multiline output into mailx body of message?
I'm trying to redirect the output of a command into mailx.
if grep -B 1 line $curccrtpick; then
grep -B 1 line $curccrtpick | head -2 > tempmsg
mail -s "String found in $curccrtpick&qu...
vicscul
Votes: 0
Answers: 1
Perl sends email as attachment
My question is similar to mailx sending message as bin attachment, but none of the solutions listed there worked for me.
On the contrary, the email is always sent as attachment, even if I remove all t...
cdprete
Votes: 0
Answers: 1