-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi @beezee , I am trying to understand how this app works. I got to a point where I could send post requests from mandrill as a test to the webhook url:
Started POST "/email_processor" for 127.0.0.1 at 2015-01-02 15:45:47 +0200
Processing by Griddler::EmailsController#create as */*
Parameters: {"mandrill_events"=>"[{\"event\":\"inbound\",\"msg\":{\"dkim\":{\"signed\":true,\"valid\":true},\"email\" ....What I don't understand is why it doesn't do anything after the post request, or what it should do? I have Redis, Sidekiq installed and running.
So a few things I'd want to know are:
- what is the workflow of this app
- can we use custom smtp settings or just the ones provided by griddler adapters (we are trying to use it with our own mail server)?
- this app handles scheduled emails for both inbound(for eg: ) and outbound?
- In your app how do I create an email that I want to send later? I want to test your app and understand how it works before I use it.
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels