Answers for "bash send email from script"

0

bash send email from script

$ cat /path/to/file | mail -s "your subject" [email protected]
Posted by: Guest on September-16-2020

Code answers related to "bash send email from script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language