In this tutorial you will learn how to send an email from your terminal in Linux. Step 1 - Update your system Before we start with the steps below, make sure your system is updated, run the command below in order to do so sudo apt update Step 2 - Install mailutils Package Mailutils is a utility for mailhandling in Linux. We'll be using this package in order to be able to handle emails Run the command below to install mailutils sudo apt install mailutils Step 3 - Conf