Skip to content

feat(auth): implement send password reset email via smtp#58

Merged
Gautam7352 merged 4 commits into
devfrom
jules-13905255772324646173-2213b128
Apr 2, 2026
Merged

feat(auth): implement send password reset email via smtp#58
Gautam7352 merged 4 commits into
devfrom
jules-13905255772324646173-2213b128

Conversation

@Gautam7352
Copy link
Copy Markdown
Member

This commit implements the TODO: Send email with reset token step in the auth module.

It does so by:

  • Creating a common email package with an SMTPService struct using the built-in net/smtp package.
  • Adding standard SMTPHost, SMTPPort, SMTPUser, SMTPPass, and SMTPFrom config variables to config.go and .env.example.
  • Initializing email.NewService(config) and injecting it into the auth service via the DI container.go.
  • Updating the signature of auth.NewService() in related modules, tests, and handlers.
  • Using s.emailService.SendPasswordResetEmail in ForgotPassword().
  • Updating the Go version in go.mod to 1.25.0 to support github.com/labstack/echo/v5.

PR created automatically by Jules for task 13905255772324646173 started by @Gautam7352

@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 2, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/gautams-projects-ba8db9e9?upgradeToPro=build-rate-limit

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
coderz-space Error Error Apr 2, 2026 1:00am

@Gautam7352 Gautam7352 merged commit 4c756e8 into dev Apr 2, 2026
3 of 4 checks passed
@Gautam7352 Gautam7352 deleted the jules-13905255772324646173-2213b128 branch April 9, 2026 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant