為 Apigee BaaS SMTP 伺服器設定 SMTP

Private Cloud v. 4.17.01 版本

Apigee BaaS 需要您設定 SMTP 伺服器。安裝 Apigee BaaS API 後端堆疊時,請輸入 SMTP 資訊,包括 SMTP 使用者的密碼。然後在儲存前將密碼加密。

如果日後想變更 SMTP 資訊,請編輯所有 BaaS Stack 節點的 /opt/apigee/customer/application/usergrid.properties

如要加密新密碼,以便在 usergrid.properties 中設定,請使用 apigee-service 公用程式:

> /opt/apigee/apigee-service/bin/apigee-service baas-usergrid newPword

如何變更 SMTP 資訊:

  1. 在編輯器中開啟 /opt/apigee/customer/application/usergrid.properties。如果檔案不存在,請建立這個檔案。
  2. 視需要設定下列屬性:
    # SMTP 屬性
    usergrid-deployment_mail.smtp.host=smtp.gmail.com
    usergrid-deployment_mail.smtp.port=465
    usergrid-deployment_mail.smtp.auth=true
    usergrid-deployment_mail.smtp.username=your@email.com
    usergrid-deployment_mail.smtp.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a5
    usergrid-deployment_mail.smtp.quitwait=false

    # SMTPS 屬性
    usergrid-deployment_mail.smtps.host=smtp.gmail.com
    usergrid-deployment_mail.smtps.port=465
    usergrid-deployment_mail.smtps.auth=true
    usergrid-deployment_mail.smtps.username=your@email.com
    usergrid-deployment_mail.smtps.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a52
    usergrid-deployment_mail.smtps.quitwait=false
  3. 編輯這項資訊後,您必須使用以下指令重新啟動 API 後端堆疊:
    > /opt/apigee/apigee-service/bin/apigee-service baas-usergrid restart
  4. 在所有 API BaaS Stack 節點上重複執行。