nodeschool/email

Name: email

Owner: NodeSchool

Description: MX server management for nodeschool.io

Created: 2015-12-16 07:02:38.0

Updated: 2017-02-03 02:58:54.0

Pushed: 2018-02-17 17:47:33.0

Homepage:

Size: 27

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

nodeschool/email Build Status

(forked from nodejs/email)

MX server management for nodeschool.io

Email aliases

The nodeschool.io directory contains an aliases.json file that provides email mappings for the nodeschool.io domain. It maps "from" usernames @nodeschool.io to "to" email addresses.

Make sure to run npm test before committing.

Updating
Automatic

Merges to master should be automatically deployed.

Give it a few minutes, then send a test email. Wait a few more minutes to receive it. If it doesn't come through, ping @brianloveswords on the PR that merged the new address to confirm everything is set up correctly.

Manual

The update directory contains a simple node program that you run and provide a domain (update/update.js nodeschool.io) which will read the aliases, fetch the list of mail routes from mailgun and update the routes to make sure they match the required aliases.

A MAILGUN_API_KEY environment variable should be set or a credentials.json file needs to exist in the same directory containing an "api-key" property for the mailgun account managing the nodeschool.io MX servers.

License & copyright

The contents of this repository is Copyright (c) 2015 The Node.js Foundation and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.