All Projects → maccman → remail-engine

maccman / remail-engine

Licence: MIT License
RESTful email for Rails - see http://github.com/maccman/remail

Programming Languages

python
139335 projects - #7 most used programming language

Remail is RESTful email for Rails.

Forget configuring SMTP servers and queues, just use Remail. Remail uses Google App Engine to send and receive emails RESTfully.

Features

  • ActionMailer POSTs emails to your Remail App Engine in order to send them
  • Remail POSTs received emails back to a configurable URL
  • Remail will retry the callback if the endpoint is not available

Setup

  • Configure settings.yaml:
    • Create a random api_key, for example using uuidgen.
    • Add a publicly accessible callback url.
  • Create a Google App Engine application.
  • Configure app.yaml with the new app id.
  • Upload the engine to Google App Engine (see their docs)
  • Install the Remail gem (sudo gem install remail).

Feature ideas

  • Attachment support.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].