Skip to content

Instantly share code, notes, and snippets.

@ratacibernetica
Created February 7, 2021 03:59
Show Gist options
  • Save ratacibernetica/0b2ab71652919146ebaeb06efdcbcb6f to your computer and use it in GitHub Desktop.
Save ratacibernetica/0b2ab71652919146ebaeb06efdcbcb6f to your computer and use it in GitHub Desktop.
enviar email desde bash
mail -s "test emai hashmail" [email protected] <<< 'This is a message'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment