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:
- 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
Post a Comment