Coldmail is an alternative email service which allows you to choose a custom e-mail domain name with no cost to you.
- Fork this project.
- Git Clone.
- Install Python and Django if you haven't already by running in a Bash Console:
$ pip3 install Django
- Make your own changes.
- To test,
cd
into the root directory, runpython manage.py runserver 5000
and navigate to 127.0.0.1:5000.
- If you haven't already, install Heroku CLI.
- Coldmail runs on Gunicorn. If you want to use another service, edit
Procfile
. - Push your edits to a GitHub repo.
- Log into Heroku.com, create a project and go to the
Deploy
tab. - Link GitHub account, select your repo and click Deploy.
- In a Bash command line, run
$ heroku ps:scale web=1 --app
Whereapp
is the name of your heroku app.
Coldmail is hosted at coldmail.herokuapp.com.
If you notice any bugs, report it on GitHub or email me on coldmail at [email protected]
.