All Projects â†’ postalserver â†’ docs

postalserver / docs

Licence: MIT license
📚 Documentation for the Postal mail server!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to docs

Papercut Smtp
Papercut SMTP -- The Simple Desktop Email Server
Stars: ✭ 2,094 (+3277.42%)
Mutual labels:  smtp-server
Tmail
Golang SMTP server
Stars: ✭ 251 (+304.84%)
Mutual labels:  smtp-server
SimpleKotlinMail
A simple, coroutine based Kotlin Email API for both client- and server-side projects
Stars: ✭ 56 (-9.68%)
Mutual labels:  smtp-server
Docker Postfix
Simple SMTP relay docker image.
Stars: ✭ 162 (+161.29%)
Mutual labels:  smtp-server
Aiosmtpd
A reimplementation of the Python stdlib smtpd.py based on asyncio.
Stars: ✭ 195 (+214.52%)
Mutual labels:  smtp-server
go-smtp-mock
SMTP mock server written on Golang. Mimic any 📤 SMTP server behavior for your test environment with fake SMTP server.
Stars: ✭ 76 (+22.58%)
Mutual labels:  smtp-server
Netdumbster
netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster
Stars: ✭ 88 (+41.94%)
Mutual labels:  smtp-server
mailamie
🌈 Mailamie is a simple SMTP catch all server for testing written in PHP.
Stars: ✭ 73 (+17.74%)
Mutual labels:  smtp-server
Magento 2 Smtp
Magento 2 SMTP Extension helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers.
Stars: ✭ 228 (+267.74%)
Mutual labels:  smtp-server
MailDemon
Smtp server for mass emailing, managing email lists and more. Built on .NET Core. Linux, MAC and Windows compatible.
Stars: ✭ 113 (+82.26%)
Mutual labels:  smtp-server
Docker Postfix
Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Stars: ✭ 163 (+162.9%)
Mutual labels:  smtp-server
Smtpd
A Lightweight High Performance ESMTP email server
Stars: ✭ 175 (+182.26%)
Mutual labels:  smtp-server
ControlCenter
Mirrored from GitLab! Monitoring and automation for Open Source email servers, starting with Postfix. Please do not submit issues or PRs here - join us at: https://gitlab.com/lightmeter
Stars: ✭ 88 (+41.94%)
Mutual labels:  smtp-server
Go Guerrilla
Mini SMTP server written in golang
Stars: ✭ 2,173 (+3404.84%)
Mutual labels:  smtp-server
blackhole
Blackhole is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null.
Stars: ✭ 61 (-1.61%)
Mutual labels:  smtp-server
Maildroid
Maildroid is a small robust android library for sending emails using SMTP server
Stars: ✭ 150 (+141.94%)
Mutual labels:  smtp-server
smtprelay
Simple Golang SMTP relay/proxy server
Stars: ✭ 270 (+335.48%)
Mutual labels:  smtp-server
ohmysmtp-rails
A plugin for ActionMailer to send emails via MailPace.com
Stars: ✭ 31 (-50%)
Mutual labels:  smtp-server
sarlacc
SMTP server / sinkhole for collecting spam
Stars: ✭ 42 (-32.26%)
Mutual labels:  smtp-server
PyEmailer
Send Emails In One Click With Python.
Stars: ✭ 29 (-53.23%)
Mutual labels:  smtp-server

View the site

👉 See the live documentation site at https://docs.postalserver.io

Postal Server Documentation

Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready for you to run on your own servers. Postal was developed by aTech Media to serve its own mail processing requirements and we have since decided that it should be released as an open source project for the community. It was originally launched by us as AppMail but renamed to Postal as part of making it open source as we felt the name was more suitable.

The purpose of this repository

This repository hosts the documentation for Postal only. If you are looking for the Github repo for the application source code, go to the open source repository for Postal →

Contribution Instructions

Contributions are welcome! Please open up a pull request that clearly describes your intentions.

This site runs on Nuxt Content. Please review their docs for how this framework works.

Installing on your local machine

If you'd like to run this site locally on your machine, follow these steps:

Docker usage

In an effort to keep our Node versions the same, we have a docker-compose.yml file that will prepare your development environment for you. We encourage you to use this even if you have NPM installed on your machine. This will guarantee we have the same version across everyone's computer.

Setup

Install dependencies:

docker compose run node yarn install

Running the docs site in development

docker compose pull && docker compose up

Wait for your machine to complete the build, then your development copy will be available at http://localhost:3000

Managing content

Content Location

All content is located under the /content folder, followed by the language. You will find the markdown files in there.

Organizing Pages

Everything is organized by "front matter" and Nuxt Content.

Make sure you are setting your position and category fields correctly. For example:

---
title: My 2nd Page Title
description: ''
position: 1.1
category: My Category
---

The above result would look like this:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].