Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Mailhound is a simple server side script for receiving form posts and emailing the form values.
Mailhound is a simple server side script for receiving form posts and emailing the form values.
blogemailsender
United States
npm install -g mailhound
~/.profile
file
export MANDRILL_API_KEY=your_api_key
export KEY:name@domain.com
mailhound
<form method="POST" action="http://heroku.url.com?key=ADMIN">
<input type="text" name="name" placeholder="Name">
<input type="email" name="_replyto" placeholder="Email">
<textarea name="message" placeholder="Message" cols="30" rows="8"></textarea>
<input type="submit" value="Send">
</form>
Make sure to update the action
url to be your Heroku app url, and the key should be ADMIN
or a custom key that matches your config variables.
You can add custom fields to be added to the end of your email message. Usefull for address, phone number, etc. All you have to do is set the input name to _fields.
followed by a camel case sentence.
<input type="tel" name="_fields.cellNumber">
The above code will result in the following appended to the end of your email message:
Cell number: ### ### ####
Please feel free to create an issue with any bugs you find or any improvements you would like to share. Pull requests for new features are also very welcome!
This software is free to use under the MIT license. See the LICENSE file fore more details.
FAQs
Mailhound is a simple server side script for receiving form posts and emailing the form values.
The npm package mailhound receives a total of 2 weekly downloads. As such, mailhound popularity was classified as not popular.
We found that mailhound demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.