mram98 / sendEmail

This code will send email to the receiver.
0 stars 0 forks source link

NEED HELP #1

Open mram98 opened 5 years ago

mram98 commented 5 years ago

Respected sir/ madam, I want to make a simple business website which can work in firebase but, I stuck into a dilemma that (how did I will make work the contact us page ?).

In this regard, I had searched the internet but found a video explaining the use of node mailer. Here also I found unsatisfactory results. The video show's that after completion of coding I have to run a command in terminal that is (node server.js).

I had included the git hub repository of my work done according to that video. link: git hub page

Please help me. Waiting for reply @nairabhijit

hotdang-ca commented 5 years ago

Hello @mram98 ;

The code you have here is a good micro-service starting point; that is, it can run in a cloud provider, and all it does is, once it receives a request via your website or firebase, invokes the function to send the email. Heroku (site) would be a great, free, place to store this microservice.

What we can do, is change the code to accept incoming data to customize the email:

Thoughts? I can implement this.

mram98 commented 5 years ago

if you can implement this then you are heartily welcomed.