Skip to content

Instantly share code, notes, and snippets.

@koy1619
Created July 23, 2020 09:20
Show Gist options
  • Save koy1619/1f863cbc94ba7470f1427933d713efc6 to your computer and use it in GitHub Desktop.
Save koy1619/1f863cbc94ba7470f1427933d713efc6 to your computer and use it in GitHub Desktop.
yum -y install mailx
yum -y install sendmail
service sendmail start
mail -s 'Test mail' xx@qq.com < test.txt
mail -s 'Test mail' -r alter@test.com xx@qq.com < test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment