Good Day, I'm still new in Linux CLI and I'm using RHEL 6. I'm executing command for sending email via terminal.
$ cat log.txt | mail -s "Logs" [email protected] Hosted by outlook365
When I try this command, nothing happens. No errors but nothing happens.
Any tips?
Thank you.