salif-04 / email-api

A email api to send email via EmailJS(https://www.emailjs.com/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EMAIL API

An API for use by SYED SALIF MOIN in his Portfolio. It uses EmailJS services for sending email.

Endpoints

POST /email

Parameters

Feild Description Required
from_email The Email ID of the Sender True
from_name The Name of the Sender True
subject The Subject of the Email True
message_html The Body/Message of the Email True
address The Address of the Sender True
phone The Contact Number of the Sender True

Response

Status Code Message Reason
200 Email Sent Email is sent successfully
402 Data is not defined One or More of the required/essential parameter is/are missing
401 Error in sending request Timeout Occured

Installation Guide

About

A email api to send email via EmailJS(https://www.emailjs.com/)


Languages

Language:JavaScript 100.0%