Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mailhound

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailhound - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc