Skip to content

This project consist the task that user can schedule the mail that he want to send to another person at particular time.

Notifications You must be signed in to change notification settings

MeeraMendhe/TagmangoBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TagmangoBackend

Problem Statement

  • Need email scheduling mechanism where I can schedule email at a particular time.
  • We need a report that every request you made is successful or there is an error.
  • You can use any SMTP email system. (Like nodemailer or Gmail API)
  • We will send the following request from the postman
  • You can’t use any job scheduling library (Ex- Agenda, Bull). You have to build the system from scratch.

API Reference

Post Data

  POST /user
Parameter Type Description
_id string Required. Your API key
to string Required. User Email Id
from string Default. Default Email Id
time string Required. Default ="now"
subject string Required. Subject of Mail
text string Required. Message text

Instructions To follow

  • Add your nodemail email id in Default
  • npm install
  • npm start
  • Follow the time formate in this manner-"Mar 12 2022 15:17:00"

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

About

This project consist the task that user can schedule the mail that he want to send to another person at particular time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published