UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

Insights 特定配置

适用于 Automation Suite 的 Insights 特定配置参数(包括 SMTP 设置)的参考。

如果启用 Insights,则用户可以包含将用于发送计划电子邮件/警示电子邮件的 SMTP 服务器配置。如果未提供,计划电子邮件和警示电子邮件将不起作用。

您可以使用uipathctl命令行工具来应用配置更改。有关详细信息,请参阅《 uipathctl 参考指南 》

insights.smtp_configuration 字段详细信息:

参数描述
tls_version有效值为 TLSv1_2TLSv1_1SSLv23如果不使用 TLS,则完全省略密钥
from_email警示/计划电子邮件的发件人地址。
hostSMTP 服务器的主机名。
portSMTP 服务器的端口
username用于 SMTP 服务器身份验证的用户名。
password用于 SMTP 服务器身份验证的密码。
enable_realtime_monitoring标记以启用 Insights 实时监控。有效值为 truefalse。默认值为 false

示例

"insights": {
    "enabled": true,
    "enable_realtime_monitoring": true,
    "smtp_configuration": {
      "tls_version": "TLSv1_2",
      "from_email": "test@test.com",
      "host": "smtp.sendgrid.com",
      "port": 587,
      "username": "login",
      "password": "password123"
    }
  }
"insights": {
    "enabled": true,
    "enable_realtime_monitoring": true,
    "smtp_configuration": {
      "tls_version": "TLSv1_2",
      "from_email": "test@test.com",
      "host": "smtp.sendgrid.com",
      "port": 587,
      "username": "login",
      "password": "password123"
    }
  }

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新