techfolks linux tutorials
Linux

How to send email from Linux


Type as below on command prompt:

mail -s “test” vchidura@app.com
type your message if over then enter
ctrl+d
it will prompt for
cc: type if you need
then press ctrl+d

finished.