How to configure 'from email address' for SMTP setup in Edge v4.16.01?

 
Solved Solved
1 6 534
1 ACCEPTED SOLUTION

Not applicable

Hi Ankit,

You can follow the below steps to change the 'from email address' property in edge-ui:

1. Go to /opt/apigee/customer/application

2. Create ui.properties file(make sure ui.properties has apigee:apigee permissions)

3. Add

conf_apigee_apigee.mgmt.mailfrom="ABC <abc@cde.com>" to ui.properties and save it

4. Restart the edge-ui (apigee-service edge-ui restart)

Hope this helps.

Thanks,

Archendra

View solution in original post

6 REPLIES 6

@Ankit

Are you talking about Apigee Edge Developer Portal / Management UI Portal ?

@Anil Sagar

This is about Edge Management UI.

@Ankit , See similar question asked here.

@Anil Sagar

The configurations mentioned in the post are for OPDK 14.07.

There is a major difference in property configurations for OPDK 14.x & 16.x.

Not applicable

Hi Ankit,

You can follow the below steps to change the 'from email address' property in edge-ui:

1. Go to /opt/apigee/customer/application

2. Create ui.properties file(make sure ui.properties has apigee:apigee permissions)

3. Add

conf_apigee_apigee.mgmt.mailfrom="ABC <abc@cde.com>" to ui.properties and save it

4. Restart the edge-ui (apigee-service edge-ui restart)

Hope this helps.

Thanks,

Archendra

It works. Thanks @archendra.