diff --git a/pages/common/mail.md b/pages/common/mail.md index e155468991..4ea2bccaff 100644 --- a/pages/common/mail.md +++ b/pages/common/mail.md @@ -4,9 +4,13 @@ > To send an email the message body is built from `stdin`. > More information: . -- Send a typed email message. The command-line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multiline). Press Ctrl-D key to complete the message text: +- Open an interactive prompt to check personal mail: -`mail --subject="{{subject line}}" {{to_user@example.com}}` +`mail` + +- Send a typed email message with optional CC. The command-line below continues after pressing ``. Input message text (can be multiline). Press `-D` to complete the message text: + +`mail --subject="{{subject line}}" {{to_user@example.com}} --cc="{{cc_email_address}}"` - Send an email that contains file content: