Afternoon all, I am currently trying to set up a new custom email sen

Afternoon all,

I am currently trying to set up a new custom email sender that takes a pv! (type: email address) as the sender (which is fine) - however, I am also trying to have the emailDisplayName also definable from a pv... the documentation only demonstrates how to set up items with static labels.

Business case is to allow users to select (via a form) whether the email should be send from their email address, or from their departmental group box.
forum.appian.com/.../Configuring_Custom_Email_Senders.html

Is my requirement possible, and if so, any idea how!?

TIA,

Gareth

OriginalPostID-195125

OriginalPostID-195125

  Discussion posts and replies are publicly visible

Parents
  • Thanks Mike - could you explain in more detail, please....

    in the custom email-address-config.genericSender.xml I have:

    <addresses>
    <address name="pv_genericSender">
              <expression>=pv!genericSender</expression>
    </address>
    </addresses>

    and then the sender displayName in the resource bundles as

    address.pv_genericSender.displayName= Crawford & Company
    address.pv_genericSender.emailDisplayName= Crawford & Company

    where would the pv! for the sender name go ?
Reply
  • Thanks Mike - could you explain in more detail, please....

    in the custom email-address-config.genericSender.xml I have:

    <addresses>
    <address name="pv_genericSender">
              <expression>=pv!genericSender</expression>
    </address>
    </addresses>

    and then the sender displayName in the resource bundles as

    address.pv_genericSender.displayName= Crawford & Company
    address.pv_genericSender.emailDisplayName= Crawford & Company

    where would the pv! for the sender name go ?
Children
No Data