-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Technical/Update gem documentation (#47)
- Loading branch information
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ This gem includes easy system dependency manager. Run `bundle exec smtp_mock` wi | |
| `session_timeout: 60` | Session timeout in seconds. It's equal to 30 seconds by default | | ||
| `shutdown_timeout: 5` | Graceful shutdown timeout in seconds. It's equal to 1 second by default | | ||
| `fail_fast: true` | Enables fail fast scenario. Disabled by default | | ||
| `multipleMessageReceiving: true` | Enables multiple message receiving scenario. Disabled by default | | ||
| `multiple_message_receiving: true` | Enables multiple message receiving scenario. Disabled by default | | ||
| `blacklisted_helo_domains: %w[a.com b.com]` | Blacklisted `HELO` domains | | ||
| `blacklisted_mailfrom_emails: %w[[email protected] [email protected]]` | Blacklisted `MAIL FROM` emails | | ||
| `blacklisted_rcptto_emails: %w[[email protected] [email protected]]` | blacklisted `RCPT TO` emails | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module SmtpMock | ||
VERSION = '1.2.0' | ||
VERSION = '1.2.1' | ||
end |