Send email using JS

This page summarizes the projects mentioned and recommended in the original post on /r/learnjavascript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Nodemailer

    ✉️ Send e-mails with Node.JS – easy as cake!

    You can't avoid storing your email/password in plain-text, so you need to change where you store it. Certainly don't store it in client-side code as the article you linked suggests! This is a job for server-side code -- code that never gets a chance to be sent over to the client. I'd recommend looking into nodemailer as a jumping-off point.

  • formspree

    Discontinued The successor to this repository is actively maintained at https://formspree.io. Its source code is not available

    I use formspree. It's super simple to set up and integrate, plus it is really effective! https://formspree.io/ Thank me later!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • nuxt-content

    Portfolio v4 - Nuxt / Vuetify / Serverless

    [the code](https://github.com/erawk26/nuxt-content/tree/master/serverless)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts