Hi, Could any one explain the functioning of mail trigger to invoke t

Hi,

Could any one explain the functioning of mail trigger to invoke the process in Appian?
What i have understood is we send mail from let us from our process to the mail server configured to receiving the mails which the same mailserver configured for listening mail. This mail uses 25 port to be send from the process to mailserver from there it will be picked by the mail server client using pop3 or imap. From intiating the process by mail we again send mail to the mail server on predefind userId which is mapped to ProcessUUID. This time instead of mail picked by the client it will be handled by EmailHandler or what ever name defined in the ejb-jar.xml to intiate the process. EmailHandler works as MDB which listen to particular queue.

So my doubt is how the mail send to a particular userId will be picked from the INBOX and put on the queue that will be listen by the EmailHandlerBean. What is the queue name here? Is my understanding correct?

OR

M...

OriginalPostID-93510

OriginalPostID-93510

  Discussion posts and replies are publicly visible