Custom Mail Sender

Hi Guys

I have setup a custom mail sender or our development environment and it is working perfectly

We than deployed to QA and modified the configurations for this environment. The custom sender is there and the mail is being sent, but its send on behalf of the custom name that i defined and the on belaf of name has a different email address, which happens to tie up with the development environment

I have checked and double checked this config file:
<APPIAN_HOME>/ear/suite.ear/web.war/WEB-INF/conf/process/email-address-config.xml

as well as the resource bundles, nowhere do i find any reference to the email address from the development environment, yet i still have this problem.

Any suggestions would be greatly appreciated

OriginalPostID-245715

  Discussion posts and replies are publicly visible

Parents
  • This happened in our environment when each server had the 'From' email address hard coded in email-address-config-[custom].xml file. Each time we moved an application across servers, the old server From address was still utilized until we opened the model on the target server and toggled the email node's From setting back and forth, then re-published the model. The permanent fix in our situation was to change this xml file to use a constant.

    <address name="bpm">
    <expression>=cons!SERVER_EMAIL_ADDRESS</expression>
    </address>
Reply
  • This happened in our environment when each server had the 'From' email address hard coded in email-address-config-[custom].xml file. Each time we moved an application across servers, the old server From address was still utilized until we opened the model on the target server and toggled the email node's From setting back and forth, then re-published the model. The permanent fix in our situation was to change this xml file to use a constant.

    <address name="bpm">
    <expression>=cons!SERVER_EMAIL_ADDRESS</expression>
    </address>
Children
No Data