Code Monkey home page Code Monkey logo

smtp-field-manual's Introduction

📒 SMTP Field Manual

The SMTP Field Manual is a collection of raw SMTP server responses from major email service providers and spam filter services.

Check out the "Why" page for more details.

Contribute

If you plan on making additions or edits to existing SMTP responses, you’ll need to fork the repo and submit a pull request. All of the data is stored as JSON in the /data folder. There's no need to set up the development environment for changes like this.

Feel free to file an issue if you don’t feel like dealing with code.

Check out the contribute page for more details.

Set up development environment

This is required if you plan on making changes to the website, data structure, or handling deployments. This website uses GatsbyJS as a framework for statically generating the pages and Github pages for deployments.

  • Set up Node Version Manager
    • curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
    • nvm install
    • nvm use
  • npm install
  • npm install gatsby-cli -g
  • 🚨Admins only🚨 Create a file named .env in the project root
  • npm start - Starts server on http://localhost:8000

Deployments 🚨Admins only🚨

  • nvm use
  • npm run deploy

The deploy command does the following:

  • Website is compiled by GatsbyJS
  • Index data is uploaded to Algolia
  • Static website is uploaded via Github pages. The code resides on the gh-pages branch.

Issues & Comments

Feel free to contact us if you encounter any issues with the library. Please leave all comments, bugs, requests and issues on the Issues page.

License

The SMTP Field Manual licensed under the MIT license. Please refer to the LICENSE for more information.

smtp-field-manual's People

Contributors

derekrushforth avatar howdyanna avatar fm avatar nirebu avatar jpbede avatar azumakuniyuki avatar briankerr avatar cnagele avatar thetallgiraffe avatar pydubreucq avatar mbeckerhh avatar

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.