hello, we initiate a process through the arrival of an email, it wor

hello,

we initiate a process through the arrival of an email, it works correctly except for a sender.
Watching the MIME header, emails that are not consumed by APPIAN have:
Content-Type: text / html; charset = "us-ascii"
Content-Transfer-Encoding: quoted-printable

while the others:
Content-Type: application / ms-tnef; name = "winmail.dat"
Content-Transfer-Encoding: binary

Do you think that the encoding of the email may be related to my problem?

thanks in advance....

OriginalPostID-126902

OriginalPostID-126902

  Discussion posts and replies are publicly visible

Parents
  • 3. You can also enable DEBUG mode in <APPIAN_HOME>\\runtime_ear\\suite.ear\\resources\\appian_log4j.properties adding this:

    log4j.logger.com.appiancorp.messaging.MessagePublisherServiceImpl=DEBUG
    log4j.logger.com.appiancorp.process.execution.service.ProcessExecutionServiceFacade=DEBUG
    log4j.logger.com.appiancorp.mdb=DEBUG

    4. Once the troubleshooting ends, revert these loggers to ERROR
Reply
  • 3. You can also enable DEBUG mode in <APPIAN_HOME>\\runtime_ear\\suite.ear\\resources\\appian_log4j.properties adding this:

    log4j.logger.com.appiancorp.messaging.MessagePublisherServiceImpl=DEBUG
    log4j.logger.com.appiancorp.process.execution.service.ProcessExecutionServiceFacade=DEBUG
    log4j.logger.com.appiancorp.mdb=DEBUG

    4. Once the troubleshooting ends, revert these loggers to ERROR
Children
No Data