Skip to content

Jesús Amieiro

Information technologies. Per aspera ad astra

Tag: script

Envío de correos desde Bash

Si necesitas enviar correos desde un script de Bash, este comando es interesante

mail -s "Asunto del correo" mail@example.com <<< "Cuerpo del mensaje"

<<< lo que haces es redigir la salida estándar.

Published 27/11/2015
Categorized as Administración, Linux Tagged Administración, bash, correo, Linux, script

Search

  • About me
  • Contact me
  • Talks
  • Uses
  • Running, trekking and other stuff
  • Cookies

Side projects

  • La semana PHP
  • Descargar máquinas virtuales
  • WP polyglots facilitator
  • Control the Work

Interesting links

  • Command Line Linux Tips and Tricks
  • Calendar of events, conferences, and meetups
Jesús Amieiro
Proudly powered by WordPress.