DEV Community

Discussion on: Setting up a site mailer with node mailer, express and Gmail

Collapse
 
gottisama profile image
gottisama

Great tutorial, easy to follow and well written. Unfortunately I encounter a

POST localhost:3000/sendtome 404 (Not Found)
Uncaught (in promise) Error: Request failed with status code 404
at createError (createError.js:16)
at settle (settle.js:17)
at XMLHttpRequest.handleLoad (xhr.js:69)

Is there any way to address it?