Skip to content

Commit ce0d8aa

Browse files
authored
Technical/Update documentation (#163)
1 parent 13b462e commit ce0d8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ Available not configuration `smtpmock` options:
449449
| --- | --- | --- | --- | --- |
450450
| `1` | `HELO` | no | `domain name`, `localhost`, `ip address`, `[ip address]` | `HELO example.com` |
451451
| `1` | `EHLO` | no | `domain name`, `localhost`, `ip address`, `[ip address]` | `EHLO example.com` |
452-
| `2` | `MAIL FROM` | can be used after command with id `1` and greater | `email address`, `<email address>` | `MAIL FROM: [email protected]` |
453-
| `3` | `RCPT TO` | can be used after command with id `2` and greater | `email address`, `<email address>` | `RCPT TO: [email protected]` |
452+
| `2` | `MAIL FROM` | can be used after command with id `1` and greater | `email address`, `<email address>`, `localhost email address`, `<localhost email address>` | `MAIL FROM: [email protected]` |
453+
| `3` | `RCPT TO` | can be used after command with id `2` and greater | `email address`, `<email address>`, `localhost email address`, `<localhost email address>` | `RCPT TO: [email protected]` |
454454
| `4` | `DATA` | can be used after command with id `3` | - | `DATA` |
455455
| `5` | `RSET` | can be used after command with id `1` and greater | - | `RSET` |
456456
| `6` | `NOOP` | no | - | `NOOP` |

0 commit comments

Comments
 (0)