feat: mailer internal, templates, bruno cleanup, create user, send welcome mail, mailtrap

This commit is contained in:
2026-03-26 09:46:32 +01:00
parent 095f7aabeb
commit bedc010584
16 changed files with 311 additions and 4 deletions
@@ -0,0 +1,23 @@
info:
name: Create User
type: http
seq: 1
http:
method: POST
url: "{{URL}}/v1/users"
body:
type: json
data: |-
{
"name": "John Mike",
"email": "johnsmike@example.com",
"password": "pa55word"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5