Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "mailhound", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Mailhound is a simple server side script for receiving form posts and emailing the form values.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# mailhound | ||
Mailhound is a simple server side script for receiving form posts and emailing the form values to an email address linked to a secret key. | ||
Mailhound is a simple server side script for receiving form posts and emailing the form values. | ||
## Installation | ||
### Heroku Install | ||
### Prerequisites | ||
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) | ||
1. Create an account at [Mandrill](https://mandrill.com) and make note of your api key | ||
### Heroku Install (Free) | ||
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/chadfawcett/mailhound) | ||
1. Give your app a name: `blogemailsender` | ||
@@ -15,5 +19,15 @@ 2. Choose your server region: `United States` | ||
1. **ADMIN**: Enter your email | ||
2. **MANDRILL_API_KEY**: Sign up for [Mandrill](https://mandrill.com) and paste in your api key | ||
2. **MANDRILL_API_KEY**: Paste in your api key | ||
4. Deploy for **Free**! | ||
### Digital Ocean Install ([$10 Credit](http:/do.chadf.ca)) | ||
1. Create a new droplet using the Node application image | ||
2. SSH into your newly created droplet | ||
3. Install mailhound with `npm install -g mailhound` | ||
4. Add config variable exports to the end of your `~/.profile` file | ||
1. `export MANDRILL_API_KEY=your_api_key` | ||
2. `export KEY:name@domain.com` | ||
5. Reconnect to SSH and run the script `mailhound` | ||
## Usage | ||
@@ -20,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7479
62