Email Sender Supports Defining 'From' Address

When an email is initiated from within the system using the business service F1-EmailService, the 'from' email address is a parameter that may be populated by the calling program. In this release, the Message Sender has been enhanced to support defining the "from" email address when defining an Email sender using the context type "SMTP From Address".  If the call to the business service refers to a sender directly or relies on the default sender (defined on the Message Option) and the 'from' context type is populated, this value is used. Otherwise the value passed into the business service is used.

Note that your specific application may already have some configuration for determining the "From" email address of a given email use case, for example in Feature Configuration. If those values satisfy your implementation's use cases, then no changes are needed.

Implementations may now configure the "From Address" for the email sender.

Steps to Enable

To enable this feature, complete these steps:

  1. Navigate to Message Sender and find your email sender.
  2. In the Context tab, add a Context Type for SMTP From Address and populate the desired value.