Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

jpmckinney/multi_mail-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiMail: Test servers

This repository contains servers to help test the MultiMail gem in real environments.

Rails

cd rails
rails server

You can now send requests to http://0.0.0.0:3000. For example, if from within your multi_mail directory, you run:

bundle exec rake http_post[http://0.0.0.0:3000,spec/fixtures/mailgun/parsed/valid.txt]

You will get this response.

Rack

cd rack
rackup

You can now send requests to http://0.0.0.0:9292. For example, if from within your multi_mail directory, you run:

bundle exec rake http_post[http://0.0.0.0:9292,spec/fixtures/mailgun/parsed/valid.txt]

You will get this response.

Copyright (c) 2012 James McKinney, released under the MIT license

About

Test servers for MultiMail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published