mail
Verified for current stable LTS
Mail Command: Open Interactive Mail Prompt
Use for open interactive mail prompt with Mail. Exact CLI syntax to open interactive mail prompt using Mail.
When to use this: Use for open interactive mail prompt with Mail.
Command Syntax
mail mail Command Breakdown
mail is the base executable for this command.
FAQ
Purpose: Exact syntax to open interactive mail prompt using Mail.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Mail Command: Display Mail Help
mail -h Mail Command: Send Email With File Content mail < <path/to/file.txt> --subject "<$HOSTNAME filename.txt>" <to_user@example.com> Mail Command: Send Email With Subject And Cc mail --subject "<subject line>" <to_user@example.com> --cc "<cc_email_address>" Mail Command: Send Tar Gz File Attachment tar cvzf - <path/to/directory1 path/to/directory2> | uuencode <data.tar.gz> | mail --subject "<subject_line>" <to_user@example.com>