-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/send ticket #261
Feat/send ticket #261
Conversation
gmail: loadEnv('GMAIL') === 'true', | ||
username: loadEnv('GMAIL_USERNAME') || null, | ||
password: loadEnv('GMAIL_PASSWORD') || null, | ||
partners: ['utt.fr', 'utc.fr', 'utbm.fr'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #261 +/- ##
==========================================
- Coverage 95.11% 92.58% -2.54%
==========================================
Files 121 133 +12
Lines 2826 2886 +60
Branches 425 424 -1
==========================================
- Hits 2688 2672 -16
- Misses 106 182 +76
Partials 32 32 ☔ View full report in Codecov by Sentry. |
* Feat/send ticket (#261) * feat: new email system * feat: add General Mail route * feat: back to street legal * feat: add sendTemplate * fix: it's better with .fr * fix: update email template topics * fix: add return and fix preview undefined * fix: change minor mail target * fix: lint * fix: lint2 * test: disable mail tests * test: disable other mail test --------- Co-authored-by: Noé Landré <[email protected]> Co-authored-by: Arthur Dodin <[email protected]> Co-authored-by: Antoine D <[email protected]> * fix: comment notPaid template tournament cancel --------- Co-authored-by: Noé Landré <[email protected]> Co-authored-by: Arthur Dodin <[email protected]> Co-authored-by: Antoine D <[email protected]>
Send général mail
Changes
DO NOT DELETE THE BRANCH