RubyGems Navigation menu

mailtrap 0.1.0

Mailtrap is a mock SMTP server for use in Rails development. Mailtrap waits for a client to connect and talks just enough SMTP for ActionMailer to send its message which Mailtrap will write into a file for you to inspect. Mailtrap makes no attempt to actually deliver anything (hence the name Mail*trap*). You can configure the hostname (default: localhost) and port (default: 1025) for the server and also where the messages get written (default: /tmp). Messages will get written to files named smtp0001.msg, smtp0002.msg, and so on. == FEATURES/PROBLEMS: * Test with ActionMailer's SMTP delivery method * Very, very, dumb ... might not work with an arbitrary Mail client == SYNOPSIS:

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 2.0.0 - March 28, 2024 (14KB)
  2. 1.2.2 - November 09, 2023 (14KB)
  3. 1.2.1 - April 13, 2023 (13KB)
  4. 1.2.0 - January 31, 2023 (12.5KB)
  5. 1.1.1 - October 14, 2022 (12.5KB)
  6. 0.1.0 - October 03, 2007* (9KB)
全てのバージョンを表示(全11件)

Runtime依存関係 (3):

daemons >= 1.0.8
hoe >= 1.3.0
trollop >= 1.7

所有者:

作者:

  • Matt Mower

SHA 256チェックサム:

d27b732e8f8b9ae16970edf27c8a9cdf7daa27dc306c99c204f9ba4a913a96b7

累計ダウンロード数 122,299

このバージョンのみ 4,085

ライセンス:

N/A

必要なRubyのバージョン: > 0.0.0

新しいバージョンはMFAを必要とします: true

リンク: