Send mail with Exim from the CLI

I needed to test whether mail relaying worked with Exim or not. To do so I used this command: exim -v recipient@example.com After this type in your mail contents as shown below and hit CTRL+D afterwards to send it: From:sender@example.com Subject: Hello From the CLI This is a test from the CLI It’s also possible …