Giter Site home page Giter Site logo

emailer's Introduction

Emailer

emailer

Join the chat at https://gitter.im/emailer-lumen Build Status

Getting Started

Emailer is a lightweight email microservice. The idea is to use it to handle sending emails from your applications. To get started using Emailer you will need to do five things.

  1. Download Emailer
  2. Fill out the .env file with your mail server settings and run php artisan key:generate
  3. Create a template using the Blade templating engine save it as <templatename>generated.blade.php>
  4. Run the artisan commands for Emailer in this order
    • emailer:salt
    • emailer:apps
    • emailer:address (to generate an address to send to)
    • emailer:addresses (to connect the new address with the app)
  5. Then start your webserver and send a POST request to http://<your-url>/api/send/<appname>/<templatename>

Roadmap

  • Create client to replace artisan commands
  • Write tests for artisan commands
  • Mock database to make tests faster
  • Refactor MailController to be more testable

Contributing

To get started contributing, just fork this repository and clone it.

Before you check out a branch go ahead and and a remote upstream by typing git remote add upstream https://github.com/colonelpopcorn/emailer.

Then checkout a new branch and code away!

When you're ready to submit a pull request, first run git pull on the master branch and then checkout your feature branch and run git rebase origin/master.

If you run into any trouble just ask in our gitter chat!

Licensing and attributions

Emailer is released under the MIT license.

The emailer logo is comprised of several creative commons assets.

emailer's People

Contributors

colonelpopcorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

guoyu07 mayra201

emailer's Issues

Add tests to command line functions

  1. Figure out a way to orchestrate integration tests first
  2. Write integration tests
  3. Refactor code to a packge???
  4. Write unit tests if able to refactor

Template creation

Users should be able to create a new template without a text editor. Ideally, this is part of a web client.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.