Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I wrote an email server to do this but I highly recommend instead of using a RESTful POST you consider using a message bus like RabbitMQ. That is what we do. We have our custom email server push it to a Rabbit queue and then our app picks it up. That way if you shutdown the app you won't loose any emails.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: