Email and Calendar services, configured with Git

Full configuration control - Zero server administration.
A mailbox built for developers. And your domain.

Sign up currently not available

Email, Calendar & Address book

You should be in full control over your mailbox. Developermail provides mailboxes that can be configured as if they were self-hosted. Including things like forwards, aliases, catchalls and sieve filters. So start thinking about optimizing your mailbox and forget about time consuming server adminstration. Every mailbox comes with calendars, an address book and reminders.

Read more about our features.

1. Clone configuration repository
$ git clone https://developermail.io/git/examplecom

2. Edit configuration
# config.yaml - Configuration file for chris@example.com
example.com:
  chris:
    sieve: sieve/default.sieve
    forwards: []
    aliases: [chris.smith]

3. Push changes. They're live immediately!
$ git commit -am 'Add new aliases'
$ git push
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 340 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote:
remote: Processing config.yaml in master branch:
remote:     Created alias chris.smith@example.com -> chris@example.com
remote:     Using sieve filter "sieve/default.sieve" for mailbox "chris@example.com".
remote:
To https://developermail.io/git/examplecom
  dbd405..ebffd4a master -> master

Configure with Git

Developermail integrates perfectly into your daily developer life. All configuration is done in YAML files which are stored in your private git repository on our servers. Simply "git clone" and "git push" to update configration settings.

Learn how the Git configuration works.

Security & Privacy

We value security and privacy like you do. Developermail uses battle tested encryption technologies in order to keep your data safe. We will never sell your private data nor share it with third-parties for marketing purposes.

Read more about security & privacy.