Joe Thomas
Joe Thomas
That makes sense to me. > We could also add ?category to Dream.get_flash, to filter by category while retrieving. Agreed, I think it's more consistent if the functions for adding...
> Usually emails are sent via queues. I would say we need this first :) @thangngoc89, this is something I was wondering about too. When building a python web app,...
I've been experimenting with building simple email features. I posted a short example [here](https://github.com/jsthomas/dream-email-example) that uses RabbitMQ to queue email jobs; a background worker process pulls tasks from the queue...
I've also added a [blog post](https://jsthomas.github.io/ocaml-email.html) that walks through the example with more explanation and references.
I've written a [small library](https://github.com/jsthomas/tidy-email) that provides a consistent interface for sending email against different services (currently Mailgun, Sendgrid, and SMTP). Feedback on whether this would be useful to `dream`...
I'm hitting this same error, both when I try to run locally on Ubuntu 16.04 or using the crossbar-docker/autobahn-testsuite container. My versions are the same: Autobahn 0.10.9 AutobahnTestSuite 0.7.6