Can Appian receive an email and create an action based on that email?

Can Appian receive an email and create an action based upon that email?

  Discussion posts and replies are publicly visible

Parents Reply
  • Hello Chris; I have an email account; but I am not sure about the configuration settings below.

    I am using office365 and my mail server:

    conf.mailhandler.poller.EmailHandlerBean.mailServer=smtp.office365.com:587
    conf.mailhandler.poller.EmailHandlerBean.mailFolder=INBOX
    conf.mailhandler.poller.EmailHandlerBean.storeProtocol=imap
    conf.mailhandler.poller.EmailHandlerBean.port=143
    #conf.mailhandler.poller.EmailHandlerBean.starttls=true
    conf.mailhandler.poller.EmailHandlerBean.userName=appiantest@xtstytx.com
    conf.mailhandler.poller.EmailHandlerBean.pollingInterval=5000

    Please, what should the following be for office365:

    conf.mailhandler.poller.EmailHandlerBean.storeProtocol=imap
    conf.mailhandler.poller.EmailHandlerBean.port=143

    Thanks

Children