zgzgorg / iam-backend

0 stars 2 forks source link

implement send welcome email after approving an account #60

Open kis87988 opened 2 years ago

kis87988 commented 2 years ago

As a user, after an admin approve the account register, the user should get a welcome email

The email can be a template of an HTML file or some other solution.

Outcome:

  1. be able to send an email to a user
  2. be able to have template format for the email format
kis87988 commented 2 years ago

The email may need to be sent after a user register an account too