You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
StartedPOST"/email_processor"for127.0.0.1at2015-01-0215:45:47 +0200ProcessingbyGriddler::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.
The text was updated successfully, but these errors were encountered:
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:
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:
Thank you.
The text was updated successfully, but these errors were encountered: