all repos

onasty @ 844e778cf0d0fca8924b31f8eb561c43ae6774ee

a one-time notes service
name last commit last update
..
.env.example web: forgot password (#169)... 7 months ago 2025-07-22 14:16:33 +0300
.envrc chore: add direnv (#64)... 1 year ago 2025-01-11 02:38:20 +0200
Dockerfile chore: update dockerizing setup (#129)... 9 months ago 2025-06-07 16:12:43 +0300
README.md feat: reset password (#110)... 9 months ago 2025-05-17 16:25:31 +0300
config.go web: forgot password (#169)... 7 months ago 2025-07-22 14:16:33 +0300
handlers.go feat: mailer service (#55)... 1 year ago 2025-01-10 22:25:33 +0200
mailgun.go feat: mailer service (#55)... 1 year ago 2025-01-10 22:25:33 +0200
main.go web: forgot password (#169)... 7 months ago 2025-07-22 14:16:33 +0300
metrics.go feat: add cors (#115)... 9 months ago 2025-05-23 16:59:35 +0300
service.go web: forgot password (#169)... 7 months ago 2025-07-22 14:16:33 +0300
template.go web: forgot password (#169)... 7 months ago 2025-07-22 14:16:33 +0300
version feat: mailer service (#55)... 1 year ago 2025-01-10 22:25:33 +0200

mailer service

All templates could be found here

endpoints

mailer.ping

This endpoint always returns pong message

Response:

{
  "message": "pong"
}

mailer.send

Input

Example input

{
  "request_id": "hello_world",
  "receiver": "onasty@example.com",
  "template_name": "email_verification",
  "options": {
    "token": "the_verification_token"
  }
}

Template specific options