Questions tagged [cloudmailin]

CloudMailin is a service to enable your app to handle incoming mails sent to a particular email address.

CloudMailin allows to receive any volume of incoming email. You are given an email address that will forward any incoming message to your app, as an HTTP POST, within milliseconds. You can also seamlessly check the delivery status of each of your incoming emails via the dashboard, bounce emails that you do not wish to receive and use your own domain name.

More Info : http://www.cloudmailin.com/

19 questions
0
votes
1 answer

Parsing text in Rails

I have an RoR app running on Heroku, where I'm using the Cloudmailin add-on to send e-mails into the app itself. The content of these e-mails will be used to create new content in the Database. It's an app, where the users can place Bets against…
Twiddr
  • 297
  • 1
  • 4
  • 18
-1
votes
1 answer

how to process incoming emails and update them into the database table in ruby on rails 3

I'm trying to set up my RoR 3 application to receive emails and then process those emails and update them into the database table called product_comments. In my application, I have products_controller. Admin can approve or disapprove the products.…
user1074042
  • 55
  • 11
-1
votes
1 answer

Response from email

I am using cloudmailin and receiving all the reply mails(If someone replies to the emails i send them), now when i do request.raw(), i get all my replies in string format like this: { "headers": { "received": "xxx.google.com with SMTP id…
Angelin
  • 95
  • 1
  • 9
-2
votes
1 answer

how to use AWS Lambda function for HTTP Post Request?

I am working on AWS SES. I want to push the data on my server of all Receiving Email on Amazon SES. For this, I want to use the post method by lambda function. But not able to find out the solution. For this, I have found one solution which is…
Harsh Gupta
  • 307
  • 2
  • 14
1
2