Skip to content

zaidajani/send-msg-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

send-msg-creator

Send messages to the creator using gmail service.

Made using html, css, pug (template engine), node js, javascript, express and most importantly node mailer.

demo

Initialization

  $ git clone https://github.com/zaidajani/send-msg-creator.git
  
  $ cd send-msg-creator
  
  # Clone and get into the folder
  
  $ npm install # or yarn 
  
  # to install all the dependencies

  $ npm run dev

  # your application is up and running!

Step two: Make dotenv file.

The content of the .env file should be as follows.

  EMAIL=YourEmailId
  PASSWORD=YourEmailIdPassword

Step three

Make sure that you check https://myaccount.google.com/lesssecureapps for the account of your email.

You are done!

Send messages to creator, and the creator will read the message from their sentlist.

Enjoy your powerfull Application