Difference between revisions of "Mailutils"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lc}}
 +
[[wikipedia:mailutils]]
 +
 
 +
* <code>[[apt install]] mailutils</code>
 +
* Not available in [[Amazon Linux]]: <code>[[yum install]] mailutils</code>
 +
https://www.gnu.org/software/mailutils/mailutils.html
 +
 
 +
<code>mail replacement from mailutils is able to decode MIME messages</code>
  
[[apt install]] mailutils
 
  
https://www.gnu.org/software/mailutils/mailutils.html
+
Send email from command line:
 +
* <code>echo "This is the message body" | mail -s "This is the subject" mail@example.com</code>
  
mail replacement from mailutils is able to decode MIME messages
+
Check delivery:
 +
* <code>[[mailq]]</code>
  
  
 
== Related commands ==
 
== Related commands ==
 
* <code>[[mailutils]]</code>
 
* <code>[[mailutils]]</code>
 +
* <code>[[mailx]]</code>
 +
 +
== Related terms ==
 +
* <code>[[postfix]]</code>
 +
* <code>[[postfix/smtp]]</code>
 +
* <code>[[ssmtp]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{postfix}}
 
* {{SMTP}}
 
* {{SMTP}}
 
* {{mail}}
 
* {{mail}}
 
 
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Latest revision as of 16:03, 30 March 2023

wikipedia:mailutils

https://www.gnu.org/software/mailutils/mailutils.html

mail replacement from mailutils is able to decode MIME messages


Send email from command line:

Check delivery:


Related commands[edit]

Related terms[edit]

See also[edit]

Advertising: