Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
List all of mails (JAMES-2864 + JAMES-2865) are successfully stored in the MockSmtpServer
```
GET /mails
- 200: ok
```
```json
[
{
"envelope":
,
"content": "mail content here"
},
...
]