How to mail the output of a command/script through sendgrid in linux
Sometimes we want to have the output of a command emailed to us but without having to install and maintain an email server which can be time consuming and overkill for only few emails a day or month. Sendgrid is an excellent email sending platform and here’s a quick how-to and script using which you…