Skip to content

A few questions on how to use this app #1

@rmagnum2002

Description

@rmagnum2002

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions