This command sends email correctly: echo test | mail -s test leszek Running this one displays error, but mail is sent anyway: echo test | HOME="" mail -s test leszek "~/.mailrc": Out of memory.
This command sends email correctly: echo test | mail -s test leszek Running this one displays error, but mail is sent anyway: echo test | HOME="" mail -s test leszek "~/.mailrc": Out of memory.