You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ afraid mails will be delivered to real users.
16
16
Note, that during the first startup a folder `~/.pochta` is created with the default configuration. You can change the configuration to match your needs: http/smtp ports, mailboxes and passwords.
17
17
18
18
####Usage
19
-
Now, imaging your app sends mail to its users using Pochta SMTP Server: `SUT --> Pochta --> [email protected]`. After the mail was sent
19
+
Now, imagine your app sends mail to its users using Pochta SMTP Server: `SUT --> Pochta --> [email protected]`. After the mail was sent
20
20
to Pochta it doesn't actually deliver the message to the end user, but rather Pochta stores it. Now in tests you can get the list of mails with the content e.g. by following: [localhost:9000/inboxes/user?token=secret](http://localhost:9000/inboxes/user?token=secret) and the returned content may look like this:
0 commit comments