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

boomerang-mocksmtpd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boomerang-mocksmtpd

  • 0.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= mocksmtpd

== Description

Mocksmtpd is a SMTP server for developping and testing web application. This SMTP server does not send mail anywhere. Otherwise, save all mails as HTML format.

You can test mail using browser testing tools like Selenium.

=== Screenshot

http://koseki2.tumblr.com/post/57148631 http://koseki2.tumblr.com/post/57148564

== Installation

=== Archive Installation

rake install

=== Gem Installation

gem sources -a http://gems.github.com
gem install koseki-mocksmtpd

== Quick Start

$ mocksmtpd init
$ cd ./mocksmtpd
$ sudo mocksmtpd

== Usaage

mocksmtpd init [dirname] ... create log,inbox dir and config file.
mocksmtpd                ... start as console mode.
mocksmtpd start          ... start as daemon.
mocksmtpd stop           ... stop running daemon.

=== Options

The default config file is ./mocksmtpd.conf, but you can specify any other file using -f option.

-f / --config=FILE       ... Specify config file.
--help                   ... Show help.
--silent                 ... Disable console output.
--version                ... Show version.

== Features/Problems

== Synopsis

== Copyright

Author:: KOSEKI Kengo koseki@gmail.com Copyright:: Copyright (c) 2008 License:: Ruby Licence

FAQs

Package last updated on 20 Jun 2022

Did you know?

Socket

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.

Install

Related posts

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