SMTP config done, but email failing from UI

Using OPDK 14.07 I have ran the script for SMTP config with the client attempting several diff combinations of parameters, and still no luck getting an email when the user is created via UI. We have successfully sent test emails using telnet from the same server, to the same smtp host, so, I'm ruling out connectivity. Here's a snippet of the UI logs: 2015-01-12 12:50:13,887 ERROR [play-thread-2] ~ Could not build and send welcome email to user. Exception message: Sending the email to the following server failed :mail.xxxx.com:25

Solved Solved
1 7 1,840
1 ACCEPTED SOLUTION

There is a known bug in OPDK 14.07, the following two missing configuration parameters need to be added to the apigee4/config/ui/apigee.conf file:

apigee.branding.companyNameShort=<some_name> apigee.branding.contactEmailSales=<some_email>

After configuring the above, restart the management server.

Once you set these values, an admin user will be able to add users, activation link emails will be sent (if a valid SMTP configuration exists), and the forgot password link on the login page will work.

View solution in original post

7 REPLIES 7

There is a known bug in OPDK 14.07, the following two missing configuration parameters need to be added to the apigee4/config/ui/apigee.conf file:

apigee.branding.companyNameShort=<some_name> apigee.branding.contactEmailSales=<some_email>

After configuring the above, restart the management server.

Once you set these values, an admin user will be able to add users, activation link emails will be sent (if a valid SMTP configuration exists), and the forgot password link on the login page will work.

The bug specifically is in the 4.14.07.00 version of OPDK.

@Divya Achan Is there a difference between this and the property configurations for OPDK 16.x ?

Not applicable

SMTP Configruation on Edge -

Following two config files needs to be modified.

  1. /xx/apigee4/conf/ui/apigee-base.conf:5:apigee.mgmt.mailFrom="Apigee <enterprise@apigee.com>"
  2. /xx/apigee4/share/enterpriseui-4.15.07.03-4616555-20151216-194612/conf-orig/apigee-base.conf:5:apigee.mgmt.mailFrom="Apigee <enterprise@apigee.com>"

This is to configure SMTP From Address, which is in addition to configuration you need to make in apigee4/config/ui/apigee.conf for SMTP hostname/IP Address and port.

How can I change config files on Google Cloud hosted Edge?