mailsac / mailsac-examples

Docs and Guides for Mailsac, the Friendliest Disposable Email API

Home Page:https://docs.mailsac.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailsac-Examples

This repository is the documentation for Mailsac. It includes examples, service information, privacy policy, and terms of services.

Build Instructions

These documents are published to docs.mailsac.com, they can be built locally for testing purposes.

  1. Clone this repo git clone https://github.com/mailsac/mailsac-examples.git

  2. Change directories to the cloned repo cd mailsac-examples

  3. Setup virtual environment (option but helps isolate python modules) python3 -m venv venv source venv/bin/activate

  4. Install sphinx pip3 install -r requirements.txt

  5. Run build script make html

  6. Build results can be found in _build/html/

  7. Optional - run a server to view the html output. npm install http-server -g http-server _build/html

  8. Alternatively the reStructuredText Visual Studio Code extension can be used for live previews

License

Copyright © 2019-2023 by Forking Software LLC

MIT License

See the LICENSE file in this repository.

About

Docs and Guides for Mailsac, the Friendliest Disposable Email API

https://docs.mailsac.com

License:MIT License


Languages

Language:Python 36.5%Language:JavaScript 32.2%Language:Java 19.4%Language:Shell 6.1%Language:CSS 2.2%Language:Batchfile 2.1%Language:Makefile 1.6%