
List of commands for mail:
-
mail:tldr:15381 mail: 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.$ mail --subject="${subject line}" ${to_user@example-com}try on your machineexplain this command
-
mail:tldr:73ee2 mail: Send an email that contains file content.$ mail --subject="${$HOSTNAME filename-txt}" ${to_user@example-com} < ${filenamename-txt}try on your machineexplain this command