-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use new HTML email template to welcome user
Fixes #8005
- Loading branch information
1 parent
409a32d
commit c580763
Showing
5 changed files
with
85 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html><body><p>Welcome {{NAME}}, your user ID: <b>{{USERID}}</b></p></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,35 +146,13 @@ | |
[ | ||
"Date: ***", | ||
"MIME-Version: 1.0", | ||
"Content-Type: text/plain; charset=utf-8", | ||
"Content-Type: text/html; charset=utf-8", | ||
"Content-Transfer-Encoding: quoted-printable", | ||
"From: \"Open Food Facts\" <[email protected]>", | ||
"To: Test <[email protected]>", | ||
"Subject: Thanks for joining Open Food Facts", | ||
"", | ||
"Hello Test,", | ||
"", | ||
"Thanks a lot for joining https://openfoodfacts.org", | ||
"Here is your user name:", | ||
"", | ||
"User name: tests", | ||
"", | ||
"You can now sign in on the site to add and edit products.", | ||
"", | ||
"Open Food Facts is a collaborative project to which you can bring much more than new products: your energy, enthusiasm and ideas!", | ||
"To discuss between contributors and make the project go forward, we use a very convenient messaging system called Slack: https://slack.openfoodfacts.org", | ||
"", | ||
"You can also join the Facebook group for contributors:", | ||
"https://www.facebook.com/groups/OpenFoodFacts/", | ||
"", | ||
"New: we are also starting Open Beauty Facts to create a database of cosmetics: soap, toothpaste, makeup etc.", | ||
"https://openbeautyfacts.org", | ||
"", | ||
"Thank you very much!", | ||
"", | ||
"St=C3=A9phane and the Open Food Facts team", | ||
"https://openfoodfacts.org", | ||
"https://twitter.com/OpenFoodFacts" | ||
"<html><body><p>Welcome Test, your user ID: <b>tests</b></p></body></html>" | ||
], | ||
[ | ||
"Date: ***", | ||
|
@@ -198,4 +176,4 @@ | |
"lc: en", | ||
"cc: world" | ||
] | ||
] | ||
] |