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

EmailLink Component #226

Closed
httpsmenahassan opened this issue Oct 20, 2023 · 0 comments · Fixed by #230
Closed

EmailLink Component #226

httpsmenahassan opened this issue Oct 20, 2023 · 0 comments · Fixed by #230

Comments

@httpsmenahassan
Copy link
Contributor

Discovery done with @cintnguyen:

The EmailLink component is covering for the use case of if there isn’t an email address provided. It’s being tightly coupled with Paragon’s MailToLink, returning null when the address is not provided. Seen here. It's being used throughout the code base and seems redundant.

We addressed this in Paragon’s WG meeting for further clarification on if we should build out MailToLink in Paragon to handle this use case. You can find those meeting notes here.

The takeaways from the WG are that If you’re using MailtoLink, we expect that an email address will exist to send. Currently, none of the following props are required: to, cc, and bcc. We could possibly make one of these required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant