Created
February 7, 2021 03:59
-
-
Save ratacibernetica/0b2ab71652919146ebaeb06efdcbcb6f to your computer and use it in GitHub Desktop.
enviar email desde bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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