Skip to content

v0.6.0

Choose a tag to compare

@muthuspark muthuspark released this 11 Jan 03:14
· 20 commits to main since this release

What's New

SMTP Configuration in Admin Settings

  • New "SMTP Configuration" section in Account Settings page (admin only)
  • Configure SMTP server, port, username, password, from name, and from email
  • Settings stored in database, overriding environment variables
  • Password masked in UI for security

New API Endpoints

  • GET /api/settings/smtp - Retrieve SMTP settings (admin only)
  • PUT /api/settings/smtp - Update SMTP settings (admin only)

Backend

  • New internal/store/settings.go with generic key-value store methods
  • SMTP-specific helper methods for settings management

Full Changelog: v0.5.0...v0.6.0