Skip to content

BigTom/mail-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailgun query app

This is a basic app to search a mailgun event log for a specific target e-mail address.

It uses http-kit-server as its server and uses http-kit-client to access the mailgun event log

Usage

The app requires two environment variables to be set:

  1. MAILGUN_DOMAIN looks like sandbox1dbb60fblahblablad481.mailgun.org

  2. MAILGUN_API_KEY looks like key-4e895blahblahblahe27dca51824c84

  3. MAILGUN_ADMIN_PWD a cleartext password for the "admin" user to be used by basic_auth (yes I know its unsafe and ugly but its better than nothing)

What they are is described here

License

Copyright © 2015 Tom Ayerst

Distributed under the Eclipse Public License either version 1.0 or later.

About

Mailgun event log query webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published