Create a Private Email API for Free

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • email-api

    Private Email API (STMP connection required)

  • The Email API is open-source on Github, made with NodeJS: https://github.com/steevepay/email-api. The code is super simple with one API endpoint POST /send. Here is the detailed flow to send an Email:

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • On the index.js, environment variables are loaded, then we can find the API routing powered with Express. Here is the /send request:

  • 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.

    SurveyJS logo
  • Nodemailer

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

  • The Nodemailer module is used to connect to the SMTP server through the nodemailer.createTransport function, then the email is sent with transporter.sendMail. At the beginning of the function, each parameter of the mail is verified. If something is missing, the status code 405 is returned.

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

  • WeTube Server - YT Clone with Redis

    2 projects | dev.to | 29 Aug 2022
  • Something like Gravity forms to manage form submissions?

    2 projects | /r/reactjs | 3 Jan 2022
  • How to make a serverless webhook for email alerts, using Gatsby Functions

    4 projects | dev.to | 13 Oct 2021
  • Tailwind CSS Contact Form with a node.js Form Handler - Part 2

    3 projects | dev.to | 23 Feb 2021
  • Why is no Laravel/Rails in JavaScript? Will there be one?

    1 project | news.ycombinator.com | 30 May 2024