msmtp
Verified for current stable LTS
Msmtp Commands
Msmtp command syntax with verified terminal examples.
Commands
3 commands for Msmtp
msmtp Operations
Msmtp Command: Send Email Default Account
echo "<Hello world>" | msmtp <to@example.org> msmtp Operations
Msmtp Command: Send Email Specific Account
echo "<Hello world>" | msmtp --account=<account_name> <to@example.org> msmtp Operations
Msmtp Command: Send Email Without Configured Account
echo "<Hello world>" | msmtp --host=<localhost> --port=<999> --from=<from@example.org> <to@example.org> Suggest a Msmtp Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Msmtp workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.