How to send email using bash script

You may use “mail” command under Linux or UNIX bash shell to send an email. In order to send a mail to one or more people

You may use mail -s [email protected] then type text then Ctrl+D then Cc

However you may use bash script for sending that very simple:… Read the rest