如何解决“发送邮件:授权失败534 5.7.14”
我正在尝试在ssh root login上创build电子邮件提醒,所以我不得不安装ssmtp和邮件工具。 然后我configurationssmtp.conf文件如下: # Config file for sSMTP sendmail # The person who gets all mail for userids < 1000 # Make this empty to disable rewriting. #root=postmaster #Adding email id to receive system information root = [email protected] # The place where the mail goes. The actual machine name is required no # MX […]