Linux - How do I send email with linux?

How do I send email with linux?

Email can be sent in Linux using the mail command.

Mail [options] [users]

Options include: -s for subject, -c for carbon copy, -b for blind carbon copy

E.g. mail user_name –s “hello”

How do I send email with Linux?

Linux supports to work with sending mails using a set of commands called as mail commands. The command to send email is ‘mail’. The ‘mail’ command is used to send and receive emails.
Syntax:
mail [options] [users]
Options are: -s,-c,-b
Where –s for subject, -c for copy and –b for blind carbon copy
Ex: mail username –s “Reports are needed”

It prompts displays the subject as “Reports are needed”.
Similarly if –c and –b is given the mail will be sent to the corresponding recipients.
Linux: Explain RPM (Red Hat Package Manager) features.
RPM (Red Hat Package Manager) - RPM is a package managing system (collection of tools to manage software packages).......
Linux Kernel - What is Kernel? Explain the task it performs.
What is Kernel? Explain the task it performs - Kernel is used in UNIX like systems and is considered to be the heart of the operating system.......
Linux Shell - What is Linux Shell? What is Shell Script?
What is Linux Shell? What is Shell Script? - Linux shell is a user interface used for executing the commands........
Post your comment
Discussion Board
Mail cmd
mail -vv email address
then enter the subject
Then put . and press enter
Sushant 03-11-2012