/rails-email-api

generically written api to mediate email

Primary LanguageRuby

README

This api expects validations handled on the front end.

This api, as a requirement, expects the to email parameters set in the environment. This includes the email address, password, etc. Email address and password are placed in the yaml file.

This api as a requirement includes a password, tested in the "Stuff" header

This api accepts the following parameters as a requirement:

  • from - who the email is from

  • tosubject - subject for the administrator

  • tobody - body for the administrator

  • responsebody - body for the client

  • responsesubject - subject for the client

  • Stuff - header argument to be sent, matches password in yaml