Use scheduled tasks in a simple way to monitor server status
apt install -y msmtp msmtp-mta ca-certificates nano /etc/msmtprc 进行安全设置(必需)chmod 600 /etc/msmtprcchown root:root /etc/msmtprc 测试发送: echo “msmtp test mail” | msmtp your_… 继续阅读 Use scheduled tasks in a simple way to monitor server status