My current ReactJS application enables users to be able to submit time, date and text values, which is posted to a NodeJS backend. Here is my current NodeJS code: I want to be be able to schedule the emails to be sent at the given values of time and date from the front-end ReactJS. I have tried to use node-schedule
Tag: nodemailer
Return promise from Fetch when posting through Nodemailer
I want to run code in a .then() after a fetch() resolves, the issue is that my .then() does not run after the POST method resolves, it does however if it rejects. What I am doing is sending a mail through my server using Nodemailer. So I’m not entirely sure what the issue is but perhaps Nodemailer doesn’t return a
How to generate unique random emails with nodemailer
I would like to use nodemailer in a few tests to be able to pragmatically test the contents of an email that is sent. So far, its working great but there is one issue I haven’t been able to solve. I am using the createTestAccount from the Javascript nodemailer, and notice that it often returns me the same test email
Booking reminder Nodemailer node-cron MongoDB
I am having problem sending a booking reminder email. I use nodemailer and node-cron. It works good. I would like to read date from database and e.g. send email one week before reservation. I have no idea how to do it. My model: I think start time parse to date? How read only this reservation which will be in a
Sending email through nodemailer to forward email(forwardemail.net) connected to gmail
I managed to send a message with nodemailer to my gmail address, but I can’t do it with my forward email. Here’s how it looks like for my gmail account What I want is to send mail with my forward email that is: mymail@mydomain.com, which is connected to gmail account and was added with https://forwardemail.net/en Answer As long as you’ve
Google oauth 2.0 API password change Username and Password not accepted
I have a form using nodemailer, xoauth2 with google APi oauth2, I updated the password last week and since then my app hasn’t worked and I get: ‘535-5.7.8 Username and Password not accepted. Learn more atn535 5.7.8 I’ve tried deleting the app and creating a new one, but its doesnt seem to pick up the new changed password. Any suggestions