Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
配置 Edge SMTP 服务器
Edge for Private Cloud v4.18.01
SMTP 服务器允许边缘界面发送电子邮件。例如,边缘界面可以发送电子邮件来协助用户恢复界面密码。
在安装时,您可以指定 SMTP 信息。如需更改 SMTP 信息,或者您在安装时推迟 SMTP 配置,可使用 apigee-setup 实用程序修改 SMTP 配置。
您可以更改以下任何或所有信息:
- SMTP 主机,例如 smtp.gmail.com
- SMTP 端口,例如 465(如果使用 TLS/SSL)
- SMTP 用户名和密码
- SMTP“发件人”电子邮件地址
要更新 SMTP 信息,请执行以下操作:
- 请修改您用于安装 Edge 的配置文件,或创建包含以下信息的新配置文件:
# 必须包含系统管理员密码
APIGEE_ADMINPW=sysAdminPW
# SMTP 设置
SKIP_SMTP=n
SMTPHost=smtp.example.com
SMTPUSER=smtp@example.com #0 (Password) SMTP
- 在所有边缘界面节点上运行 apigee-setup 实用程序,以更新 SMTP 设置:
>
/opt/apigee/apigee-setup/bin/setup.sh -p ui -f configFile
apigee-setup 实用程序会重启 Edge 界面。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-02-03。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-02-03。"],[],[]]