Sending Emails with SendGrid
Last updated
Last updated
Backbench account - , the personal account will always remain free to use.
A SendGrid account, sign up for free to send up to 40,000 emails for the first 30 days.
Sign In to Backbench account.
Select +, in the upper right corner to create a Bench. For example, say "bench_one" and select CREATE or hit Enter.
Select +, in the upper right corner of file manager to create a html file. For example, say "index.html" and select CREATE or hit Enter.
Copy and paste the code module from below.
Select save.
For nodejs only.
Create a module name package.json and paste following code.
Select +, in the upper right corner to create a Module. For example, say "Send_email.js" and select CREATE or hit Enter.
Copy and paste the code module from below.
Replace an API key from SendGrid setting section (create a new api key using create button).
Select save.