Changing Email Sender

Hi. I can only send and receive the email if it's from "Process Model." I switch to process initiator and custom sender, but I still cannot send or receive email. My screen looks like this. Can anyone help me to change the email sender? Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • There is one other thing that I'm having trouble with, if you would be willing to help. After working on the expression rule, I was able to get the information on my form saved and sent in email (as opposed to just a blank form being sent). One issue, however, is that the document I upload is not being saved. My expression rule is below. Do you know what I can do so that the document is uploaded and sent correctly? Thanks. 

    "
    <br> The following is a message sent to all applicants. Please review. <br>
    <br><b>Subject: </b><br> " & ri!customer.subject & "<br>
    <br><b>Paragraph: </b><br> " & ri!customer.paragraph & "<br>
    <br><b>Date: </b><br> " & ri!customer.dateAdded & "<br>
    <br><b>Account Manager </b><br> " & ri!customer.accountManager & "<br>
    <br><b>Status </b><br> " & ri!customer.status & "<br>
    <br><b>LMI </b><br> " & ri!customer.lmi & "<br>
    <br><b>Structure Type </b><br> " & ri!customer.structureType & "<br>
    <br><b>File Upload </b><br> " & ri!customer.upload & "<br>

    "

Children