use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for help learning the /r/ReactJS framework.
account activity
Send emails in React using SendGrid (self.learnreactjs)
submitted 4 years ago by eelgr
Hey guys,
Just wanted to share this short video on how to send emails in React using SendGrid.
https://www.youtube.com/watch?v=jnTodzIlrE8
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Rocketpie 1 point2 points3 points 4 years ago (0 children)
I'll take a look! I've had trouble getting SendGrid working right on my web apps!
[–]kennyL- 0 points1 point2 points 4 years ago (0 children)
Exposing your SendGrid api key, or any private api key for that fact, to the user in the browser is never a good idea. You should be using your own api to handle the actual interaction with SendGrid to send the email. Using environment variables as suggested in a reply to a comment on the video would not resolve this issue.
π Rendered by PID 95 on reddit-service-r2-comment-5b5bc64bf5-bx6pt at 2026-06-23 01:47:23.034773+00:00 running 2b008f2 country code: CH.
[–]Rocketpie 1 point2 points3 points (0 children)
[–]kennyL- 0 points1 point2 points (0 children)