How to Send email direct from linux terminal
To send an email from console you need to use mail command, which is an intelligent mail processing system which has a command syntax reminiscent of ed with lines replaced by messages. To send an email to [email protected] you need to type following command: $ mail [email protected] Output: [ph...
Continue reading ...