我们有一个 GITLAB 设置,我们希望将错误文件的输出作为附件发送,并使用 BLAT 作为服务向收件人提供包含在正文中的正确消息作为邮件通知。使用下面的代码
blat -subject "IP is not pingable" -body "please check the attachment for the error logs" -attach C:\Temp\error.txt -to santoshkumar.angadi@yahoo.com
我们想从 GITLAB 发送这个。但我收到 BLAT 错误日志为:
错误:不是 SMTP 服务器的套接字 。如何实现这一目标