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

Validate the compatibility of the generated HTML #97

Closed
niloysikdar opened this issue Sep 5, 2022 · 1 comment · Fixed by #103
Closed

Validate the compatibility of the generated HTML #97

niloysikdar opened this issue Sep 5, 2022 · 1 comment · Fixed by #103
Assignees
Labels
3 3 story points GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 released

Comments

@niloysikdar
Copy link
Member

Problem:

The compatibility of the generated HTML content needs to be validated across different browsers and clients using some free or paid (not too costly) 3rd party APIs.

Solution:

For now, we have chosen mailtrap.io with their html-email-checker and Email APIs' Get message spam score to send email using nodemailer, generate report and fetch score using API.

@niloysikdar niloysikdar self-assigned this Sep 5, 2022
@niloysikdar niloysikdar added the GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 label Sep 5, 2022
@niloysikdar niloysikdar moved this to Todo in React Email Sep 5, 2022
@niloysikdar niloysikdar moved this from Todo to In Progress in React Email Sep 5, 2022
niloysikdar added a commit that referenced this issue Sep 5, 2022
Add validateEmail function which used mailtrap and nodemailer to send emails

Resolves #97

Signed-off-by: Niloy Sikdar <[email protected]>
@agentmilindu agentmilindu added this to the GSoC 2022 - Sprint M milestone Sep 9, 2022
@agentmilindu agentmilindu added the 3 3 story points label Sep 9, 2022
agentmilindu pushed a commit that referenced this issue Sep 9, 2022
Add validateEmail function which used mailtrap and nodemailer to send emails

Resolves #97

Signed-off-by: Niloy Sikdar <[email protected]>

Signed-off-by: Niloy Sikdar <[email protected]>
Repository owner moved this from In Progress to Done in React Email Sep 9, 2022
github-actions bot pushed a commit that referenced this issue Sep 9, 2022
# [1.13.0](v1.12.0...v1.13.0) (2022-09-09)

### Features

* **button:** default stylings for styled-button ([#104](#104)) ([308cf4c](308cf4c)), closes [#98](#98)
* **validateemail:** add and export validateEmail function ([#103](#103)) ([a400b31](a400b31)), closes [#97](#97)
@github-actions
Copy link

github-actions bot commented Sep 9, 2022

🎉 This PR is included in version 1.13.0 🎉

@agentmilindu agentmilindu moved this from Done to Released in React Email Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 3 story points GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 released
Projects
Status: Released
Development

Successfully merging a pull request may close this issue.

2 participants