Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Email Parsing Cloud Service [closed]

I was looking for a cloud email service that offered the following:

  • Garauntee deliveribility of emails
  • Have the ability to parse an email and post accordingly to a HTTP endpoint

I swear I had seen a service like this, but I can't seem to relocate it.

Any chance somebody knows of any other services that fit my description?

I found a service called mailgun, but it doesn't do email parsing. I also know of Amazon's email service as well.

Thanks in advance

like image 719
Khalid Abuhakmeh Avatar asked Jun 28 '11 18:06

Khalid Abuhakmeh


People also ask

What does email parsing mean?

An email parser is a type of software application used for data extraction from incoming emails. A parsing API extracts text data from the email header and body. It can also parse information directly from email file attachments like PDF documents, CSV files, and MS Office files.

How does email parsing work?

An email parser works by using information and criteria that you supply to it. You tell it what keywords or terms to search for. Then, it looks for and parses data fields from places like email bodies, sender details, email footers, etc. It does this on your rules and terms.

What is an email parser Cloudhq?

An email parser is a data processing software that can extract information from email messages. A parsing algorithm parses and extracts data from the email header, body or attachments (for example, attachments like PDF documents, CSV files, and MS Office files).


1 Answers

Mailgun does parse emails: http://documentation.mailgun.net/user_manual.html#receiving-messages

like image 88
Taylor Avatar answered Sep 23 '22 17:09

Taylor