Added email configuration to Joplin Server using existing SMTP settings from .env: - MAILER_ENABLED: 1 - MAILER_HOST, MAILER_PORT from EMAIL_SMTP_* variables - MAILER_AUTH_USER and MAILER_AUTH_PASSWORD from .env - MAILER_NOREPLY_EMAIL using EMAIL_FROM This enables password reset emails and user notifications. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>