Inbound email with attached file -


i'm creating new web app , need process files (word, pdf) sent via email message (attached files).

that necessary have specific email address route file proper destination (its job application service, each job opening have own email address).

i'm lost , have no idea begin.

thanks lot!

there few options here. can:

  • create system poll existing imap account every x minutes. download message, parse , extract attachment.
  • install own email server, , set server run script emails arrive.
  • use third party service receives email , forwards messages http post (such cloudmailin).

i wrote blog post explaining few of options few years rails pretty of still relevant , relevant other languages.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -