hwsc-org / hwsc-user-svc

Provides services to hwsc-app-gateway-svc for managing HWSC users
0 stars 1 forks source link

Feature/email service #26

Open kimlisa opened 5 years ago

kimlisa commented 5 years ago

Description

As a developer, I need to select and use an email service and update unit tests and email functions accordingly (currently using unsecure gmail for testing purposes)

Story Points

5

Definitions of Done

kimlisa commented 5 years ago
    email := []string{"hwsc.test+user0@gmail.com"}

need a mock to test email being sent http://tmichel.github.io/2014/10/12/golang-send-test-email/

https://github.com/hwsc-org/hwsc-user-svc/pull/20#discussion_r244655429

kimlisa commented 5 years ago

checking if email exists discussion: https://github.com/hwsc-org/hwsc-user-svc/pull/20#discussion_r244655078