Skip to content
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

Email template #417

Closed
niraymak opened this issue Jan 22, 2021 · 3 comments
Closed

Email template #417

niraymak opened this issue Jan 22, 2021 · 3 comments
Assignees
Labels
design hacktoberfest-accepted priority Only assign this label if it's asked to assign this label requires development

Comments

@niraymak
Copy link
Member

niraymak commented Jan 22, 2021

Is your feature request related to a problem? Please describe.
We have added SendGrid to our system to send emails but we don't have designed emails yet.

Describe the solution you'd like
Design a template email in HTML which can be used for different kind of email. Use HTML so we can reuse it if we will start using a different email system.

One of the features implemented that needs a email is the user graduation system.
DigitalExcellence/dex-backend#287
This feature will send emails to users expecting to graduate to inform them that they can convert their account to Alumni role.
If they don't convert their account, their FHICT account will be expired.

Production URL

Additional context
This is a possible framework that I found: https://mjml.io/. This could be used, but maybe other alternatives could work better for DeX.

@liekevdvoort liekevdvoort self-assigned this Apr 15, 2021
@DaveBouman DaveBouman added the priority Only assign this label if it's asked to assign this label label Sep 16, 2021
@NealGeilen NealGeilen self-assigned this Sep 22, 2021
@NealGeilen
Copy link
Contributor

Designing the email templates can be done in the SendGrid dashboard.
These templates can be exported to a plain HTML file.
These exported templates contain all the styling for the template.

Because the styling is included in the export and no other things are dependent on SendGrid in the HTML.
It is possible to hold on to the current email templates if we want to stop using SendGrid.

Therefore it is best to use the template designer in the SendGrid Dashboard. Because of its ease of use and the time savings in designing.

@MeesvanStraten

@MeesvanStraten
Copy link
Contributor

MeesvanStraten commented Oct 3, 2021 via email

@NealGeilen
Copy link
Contributor

In the SendGrid dashboard, there is a Main template made.
This template can be duplicated for future use with new emails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design hacktoberfest-accepted priority Only assign this label if it's asked to assign this label requires development
Projects
None yet
Development

No branches or pull requests

5 participants