Edge は、特定のイベントに応答してメールを自動的に送信します。これらのイベントごとに
  /opt/apigee/edge-ui/email-templates でデフォルトのメール テンプレートを定義します。宛先
  デフォルト テンプレートを編集できます。
メールが送信されるイベントと、生成されたメールのデフォルト テンプレート ファイル、 次のとおりです。
- 新規ユーザー「
user-added-new.html」を追加しました - 既存のユーザーがパスワードの再設定をリクエストしています: 
password-reset.html - ユーザーが組織「
user-added-existing.html」に追加されました 
「From」フィールド
  conf_apigee_apigee.mgmt.mailfrom プロパティ
  /opt/apigee/customer/application/ui.properties(このファイルが存在しない場合は、
  。例:
conf_apigee_apigee.mgmt.mailfrom="My Company <myCo@company.com>"
メールの件名は、次のプロパティを編集することでカスタマイズできます。
  /opt/apigee/customer/application/ui.properties(このファイルが存在しない場合は、
  。
conf_apigee-base_apigee.emails.passwordreset.subjectconf_apigee-base_apigee.emails.useraddedexisting.subjectconf_apigee-base_apigee.emails.useraddednew.subject
いくつかのメール プロパティは {companyNameShort} プレースホルダを参照しており、
  デフォルトは「Apigee」です。プレースホルダの値を設定するには、
  conf_apigee_apigee.branding.companynameshort プロパティ
  ui.properties。例:
conf_apigee_apigee.branding.companynameshort="My Company"
/opt/apigee/customer/application/ui.properties のプロパティを設定した後、
  Edge UI を再起動する必要があります。
/opt/apigee/apigee-service/bin/apigee-service edge-ui restart