X Tutup
The Wayback Machine - https://web.archive.org/web/20201016103839/https://github.com/appwrite/docker-smtp
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 8, 2020
Oct 8, 2020
Sep 27, 2020

README.md

Docker SMTP

Build Status Docker Pulls Discord

SMTP server docker container is used for sending emails. This container is based on the namshi docker image with Appwrite specific configuration settings. For a fresh installation of namshi SMTP image use the docker original image.

Getting Started

These instructions will cover usage information to help you run the Appwrite's SMTP docker container.

Prerequisities

In order to run this container you'll need docker installed on the system.

Refer docs for general documentation and guides for using docker.

Usage

docker run appwrite/smtp

Versioning

This image versioning is following Appwrite server versioning. This means that if you use Appwrite server version 1.1.* , you also use version 1.1.* of Appwrite SMTP docker image.

Environment Variables

This container supports all environment variables supplied by the original namshi SMTP Docker image.

Build

docker build -t appwrite/smtp:1.1.0 .

Push

docker push appwrite/smtp:1.1.0

Find Us

Maintainers

Eldad Fux

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php

You can’t perform that action at this time.
X Tutup