mailx
Verified for current stable LTS
Mailx Commands
Mailx command syntax with verified terminal examples.
Commands
6 commands for Mailx
mailx Operations
Mailx Command: Send Mail Interactive
mailx -s "<subject>" <to_addr> mailx Operations
Mailx Command: Send Mail With Attachment
mailx -a <path/to/file> -s "<subject>" <to_addr> mailx Operations
Mailx Command: Send Mail With Cc
mailx -s "<subject>" -c <cc_addr> <to_addr> mailx Operations
Mailx Command: Send Mail With File Content
mailx < <content.txt> -s "<subject>" <to_addr> mailx Operations
Mailx Command: Send Mail With Piped Content
echo "<content>" | mailx -s "<subject>" <to_addr> mailx Operations
Mailx Command: Send Mail With Sender Address
mailx -s "<subject>" -r <from_addr> <to_addr> Suggest a Mailx Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Mailx workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.