parsing - Is there an email server that can do a REST POST to my end point when an email is received? -


i have application has requirement attach links emails client records in application.

i need email server - in addition behaving email server, rest post application end point notifying application new email , needs provide atleast id of email (the id can open pop-up browser in application , view email) , subject on email.

i have evaluated number of inbound parsing solutions either don't give me control pass authentication information or post of type json, , not basic form post. have evaluated following:

  1. http://sendgrid.com
  2. http://www.email2db.com
  3. http://mailparser.io/
  4. http://mandrill.com/

  • any mail server, atleast popular mtas postfix, sendmail allow pipe email through stdin program.
  • once have mail content in program, can magic. ( have requirement of parsing every incoming mail, updating database , leaving copy of mail in mailbox reference , through perl script )

Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -