Live data from Hacker News

Mailgun (YC W11) Raises $1.1 Million For Its "Twilio For Email"

techcrunch.com

1–10 of 71 posts

Re: Mailgun (YC W11) Raises $1.1 Million For Its "Twilio For Email"

#7
post #6

"Let your users leave comments, answer simple questions, upload data as attachments and interact with each other using their email clients." Q: So a customer can reply back to one of your emails and it turns into a comment? thanks

With a little bit of coding on your part - yes.

Re: Mailgun (YC W11) Raises $1.1 Million For Its "Twilio For Email"

#10
Twilio is awesome because setting up Asterisk and acquiring phone numbers is a big pain in the butt and requires knowledge most web developers don't have.

Sending email isn't hard. Amazon SES solved that.

Receiving email is just slightly more work, but still well within the comfort zone of most developers:

  $ cat /etc/aliases
  comment_reply: "|/path/to/email_handler"
Post reply on HN