Allow users to create record via email

5 views
Skip to first unread message

Adam Milgrom

unread,
Feb 16, 2015, 10:55:56 PM2/16/15
to a2...@googlegroups.com
Hi,

Has anyone ever come across or had any experience with a good tutorial for how apps create the setup so users can create a record by sending an email to a unique email address assigned to their account? This is common in task management apps where you can create tasks by emailing things in, or they have it in evernote where you can create a new note by sending anything to a unique email assigned to your account.
I've been googling, but can't seem to come up with the right descriptors.

Thank you,

Adam

Darren Gussin

unread,
Feb 17, 2015, 6:17:19 AM2/17/15
to a2...@googlegroups.com
Google "gem inbound email"


Sent from my iPhone
--
You received this message because you are subscribed to the Google Groups "Ann Arbor Ruby Brigade" group.
To unsubscribe from this group and stop receiving emails from it, send an email to a2rb+uns...@googlegroups.com.
To post to this group, send email to a2...@googlegroups.com.
Visit this group at http://groups.google.com/group/a2rb.
For more options, visit https://groups.google.com/d/optout.

Adam Milgrom

unread,
Feb 17, 2015, 11:14:27 AM2/17/15
to a2...@googlegroups.com
Thank you. That was the missing link in my googling; that you don’t have to handle the emails yourself, but that these mail services receive it and convert it to a POST action.




--
You received this message because you are subscribed to a topic in the Google Groups "Ann Arbor Ruby Brigade" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/a2rb/dgK_0XvsOqw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to a2rb+uns...@googlegroups.com.

Peter Keen

unread,
Feb 17, 2015, 12:01:43 PM2/17/15
to a2...@googlegroups.com
Of the services available, I've found Mailgun to be the best at this. They do a bunch of processing on the message before they fire off a web hook so that you can, for example, just extract a reply instead of reply plus quotes plus signatures etc. Their attachment handling is also very nice. You can tell them to store a message for up to three days and fire off a web hook so you can pick up attachments at a later date (I'm actually using that feature right now for a project).

--Pete

Adam Milgrom

unread,
Feb 17, 2015, 1:21:00 PM2/17/15
to a2...@googlegroups.com
Very cool, and good to be aware of. Thank you.
Reply all
Reply to author
Forward
0 new messages