Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [nodemailer]

Easy to use module to send e-mails with Node.JS

nodemailer
0 votes
0 answers
16 views

Express nodemailer custom headers not getting set in the email which is being sent to the reciever user

I have a backend application built with Express.js, and I'm using Nodemailer to send emails. I need to set custom headers in the emails so that I can later read my inbox and group those emails ...
Shubham More's user avatar
0 votes
0 answers
15 views

Nodemailer not working in nextjs say's Module not found: Can't resolve 'stream'

Module not found: Can't resolve 'stream' https://nextjs.org/docs/messages/module-not-found Import trace for requested module https://nextjs.org/docs/messages/module-not-found Import trace for ...
Vedant Raut's user avatar
0 votes
0 answers
11 views

Error sending confirmation email: Error: Missing credentials for "PLAIN"

I am working with node.js and tried sending email via Nodemailer but I'm getting this error: Missing credentials for "PLAIN" I have a function for registering also with successful ...
Dhruv verma's user avatar
-1 votes
0 answers
22 views

Cloud Functions + Nodemailer + Oauth2 just accessToken

I have a Google Cloud Functions using Nodemailer and I need to send emails using the Gmail API. I need to authenticate using the service account and, from there, generate an accessKey. I would like ...
Thiago Novato's user avatar
0 votes
1 answer
18 views

Nodemailer contact us form

const transporter = nodemailer.createTransport({ service: "gmail", auth: { user: "[email protected]", pass: "password", }, }); app.post("/api/send", (...
Bikkey_11's user avatar
0 votes
2 answers
32 views

Denied access to s3 URL

I have a node function where I'm attaching a pdf from a s3 URL and I keep getting a 403 error. This happens in the program as well as the browser. Here is the Nodemailer function I'm trying to attach ...
Matt's user avatar
  • 1,109
-1 votes
2 answers
66 views

Next.JS Getting a 500 Server Error When Trying to Submit my Form with Nodemailer

api/email.ts import { type NextRequest, NextResponse } from 'next/server'; import nodemailer from 'nodemailer'; import Mail from 'nodemailer/lib/mailer'; export async function POST(request: ...
Stephen Welch's user avatar
0 votes
0 answers
54 views

Error: wrong version number when using Nodemailer with mail.com SMTP server

I'm trying to set up Nodemailer to send emails through the mail.com SMTP server, but I'm encountering the following error: Error: AC650000:error:0A00010B:SSL routines:ssl3_get_record:wrong version ...
Aqu1tain's user avatar
-1 votes
0 answers
16 views

how to validate newsletter subscription button in website

In my website i incorperated the newsletter subscription button for users would wish to receive newsletters from our website through their email. once the user keys in his/her email the user ought to ...
WegenerSteven's user avatar
-1 votes
0 answers
148 views

535 5.7.139 Authentication unsuccessful, user is locked by your organization’s security defaults policy. Contact your administrator

535 5.7.139 Authentication unsuccessful, user is locked by your organization’s security defaults policy. Contact your administrator. this error is occurring while sending mail through office365 smtp ...
Ashwin Patel's user avatar
0 votes
1 answer
32 views

ReactJS Nodemailer not sending email

Trying to figure out how to send emails using ReactJS and Nodemailer. In my client folder, I have App.js which looks like this: import "./App.css"; import { useState } from "react";...
John Beasley's user avatar
  • 2,853
0 votes
0 answers
29 views

Angular How to open Email as Draft (preferrably in Outlook)

We have here a frontend implemented with Angular. Now a new requirement arisen: the frontend application should generate an Email based on HTML Templates, fill it with some data from database, add an ...
DigitalMachine's user avatar
-1 votes
0 answers
18 views

Nodemailer - not working for a specific SMTP credentials

This is on a MEAN stack project on a VPS. Server OS: Ubuntu 20.04 Problem: Emails are getting sent using gmail or other SMTP credentials. But when a specific domain email credentials are used. The ...
hemant's user avatar
  • 397
-3 votes
0 answers
41 views

Is there a way to send email without app password?

I want to develop a product similar to mailchimp or brevo to send bulk mail (4000 mails or more at a time) from users' emails using node.js. What I have found is gmail does not allow to send mails ...
Tanjib Rubyat's user avatar
0 votes
1 answer
26 views

Nextjs with nodemailer error 535 5.7.8 Error: authentication failed:

I'm trying to configure sending an email via a form on Nodemailer. But I have this error: code: 'EAUTH', response: '535 5.7.8 Error: authentication failed: ', responseCode: 535, command: 'AUTH PLAIN' ...
user25766229's user avatar

15 30 50 per page
1
2 3 4 5
169