| Code Block |
|---|
Unfortunately Centos 7 minimal version does not have mail client running on command line, but you can use it by installing mailx |
...
. |
| Code Block |
|---|
yum install -y mailx |
...
| Code Block |
|---|
Unfortunately Centos 7 minimal version does not have mail client running on command line, but you can use it by installing mailx |
...
. |
| Code Block |
|---|
yum install -y mailx |
...