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

Email: Need a email templater and sender. #619

Open
joe-getcouragenow opened this issue Sep 21, 2020 · 0 comments
Open

Email: Need a email templater and sender. #619

joe-getcouragenow opened this issue Sep 21, 2020 · 0 comments
Assignees

Comments

@joe-getcouragenow
Copy link
Contributor

joe-getcouragenow commented Sep 21, 2020

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 !
@joe-getcouragenow joe-getcouragenow self-assigned this Sep 21, 2020
@joe-getcouragenow joe-getcouragenow changed the title Need to find a golang email template lib Email: Need a email templater and sender. Sep 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant