mail (Unix)

mail (Unix)

mail est une commande d'envoi de courriel pour Unix.

Elle nécessite au préalable que la résolution de nom soit possible (via le DNS le plus souvent ou plus basiquement via le fichier hosts).

Exemples

Exemple simple

$> mail -s "Sujet du mail" -c cc.rider@b.c adresse1@exemple1.com adresse2@exemple2.com
  • Cette ligne enverra un email aux 2 destinataires, plus une copie cachée à cc.rider.
  • Le corps du message s'inscrit après avoir validé la commande avec entrée, puis s'achève avec CTRL+D.


L'option -a permet l'utilisation des caractères ISO-8859 après le code ASCII

$> mail -s "Sujet du mail" -a ISO-8859-8 adresse1@exemple1.com


Pour envoyer un message en une seule ligne

$> echo "Message entier" | mail -s "Sujet du mail" adresse1@exemple1.com


Pour envoyer le contenu d'un fichier

$> cat fichier.txt | mail -s "Sujet du mail" adresse1@exemple1.com

Articles connexes

Messagerie :


Wikimedia Foundation. 2010.

Contenu soumis à la licence CC-BY-SA. Source : Article mail (Unix) de Wikipédia en français (auteurs)

Игры ⚽ Поможем сделать НИР

Regardez d'autres dictionnaires:

  • Mail (Unix) — Définition mail est une commande d envoi de courriel pour Unix. Exemples $>mail s Sujet du mail c cc.rider@b.c adresse1@exemple1.com adresse2@exemple2.com Cette ligne enverra un email aux 2 destinataires, plus une copie cachée à cc.rider. Le… …   Wikipédia en Français

  • mail (Unix) — mail is a command line email client for Unix and Unix like operating systems. Example usage mail s You ve got mail c cc.rider@example.org somebody@example.com anotherbody@example.net This sends a message with the subject You ve got mail to two… …   Wikipedia

  • Mail (Unix) — mail is a command line e mail client for Unix and Unix like operating systems.Example usage mail s You ve got mail c cc.rider@b.c somebody@example.com anotherbody@example.netThis sends a message with the subject You ve got mail to two recipients …   Wikipedia

  • Mail (disambiguation) — Mail is part of a postal system wherein letters, parcels, and packages are delivered to destinations. Mail may also refer to: E mail, electronic mail Mail (Unix), a command line e mail client in Unix Mail (application), an application (aka… …   Wikipedia

  • UNIX-Kommandos — Unix Systeme zeichnen sich durch eine Vielzahl von Kommandos aus, mit denen sich über eine Shell das Betriebssystem bedienen lässt. Die Syntax dieser Kommandos weicht unter den verschiedenen Systemen voneinander ab. Es existieren die beiden… …   Deutsch Wikipedia

  • Unix-Befehle — Unix Systeme zeichnen sich durch eine Vielzahl von Kommandos aus, mit denen sich über eine Shell das Betriebssystem bedienen lässt. Die Syntax dieser Kommandos weicht unter den verschiedenen Systemen voneinander ab. Es existieren die beiden… …   Deutsch Wikipedia

  • Unix-Kommando — Unix Systeme zeichnen sich durch eine Vielzahl von Kommandos aus, mit denen sich über eine Shell das Betriebssystem bedienen lässt. Die Syntax dieser Kommandos weicht unter den verschiedenen Systemen voneinander ab. Es existieren die beiden… …   Deutsch Wikipedia

  • Unix Kommandos — Unix Systeme zeichnen sich durch eine Vielzahl von Kommandos aus, mit denen sich über eine Shell das Betriebssystem bedienen lässt. Die Syntax dieser Kommandos weicht unter den verschiedenen Systemen voneinander ab. Es existieren die beiden… …   Deutsch Wikipedia

  • Unix security — Unix security: maintaining a secure environment on Unix and Unix like operating systems is dependent on design concepts of these operating systems, but vigilance through user and administrative techniques is important to maintain security… …   Wikipedia

  • Unix to Unix CoPy — Protocol (UUCP) ist ein Protokoll zur Übertragung von Dateien zwischen verschiedenen Computern, insbesondere solchen mit dem Betriebssystem Unix. Es gibt dabei auch den Unix Shell Befehl uucp = Unix to Unix CoPy. Die Verbindung zwischen den… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”