Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Email: Need a email templater and sender. #619

@joe-getcouragenow

Description

@joe-getcouragenow

Will need for Verification when user signs up

Will need for a few other things that i know are part of mod-main also.

Async

  • Normally you need an async job sender. Not sure we need one as we wont have much load at all

Proper HTML display in Email

  • ensure golang templater can do that.

Config

  • Can use a config kv for each email template type.

Tracking Single Pixel

  • Will need this to ping our internal tracking system so we knwo the got the email. NOT using external ones !

Lang

  • We need the emails to be in the users language
  • For Signup the user does not exist in the DB, and so we need to detect it in Flutter and for flutter to tell golang over GRPC
  • For Others, the user exist and so we need a User.DefaultLang to be stored in the DB at the time the User is Created during signUp.
  • We have runtime access to be able to translate emails and for now lets just use that
  • Each email template MUST have a Lang field so we knwo what lang it was written in !

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions