I use mail/ssmtp with mail via
I want to say that it has something to do with the size of the email being sent. Other commands such as:
This works fine.
cron
to send the output of some scripts to my email. I use a google email to send them to my main email address. Sometimes the email body will say "This message has no content". Here's an example from cron of a script where the email says this. smartctl -a /dev/ada2 | mail -s "smart info for ada2" [I]email_address[/I]
I want to say that it has something to do with the size of the email being sent. Other commands such as:
sockstat -4l | mail -s "sockstat info" [I]email_address [/I]
This works fine.
Last edited by a moderator: