Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few questions on how to use this app #1

Open
rmagnum2002 opened this issue Jan 2, 2015 · 0 comments
Open

A few questions on how to use this app #1

rmagnum2002 opened this issue Jan 2, 2015 · 0 comments

Comments

@rmagnum2002
Copy link

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:

  1. what is the workflow of this app
  2. 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)?
  3. this app handles scheduled emails for both inbound(for eg: ) and outbound?
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant