Jump to content

Nodemailer Issue

Go to solution Solved by elpiop,

Try this instead

var transport = nodemailer.createTransport("SMTP", {
    service: "hotmail",
    auth: {
        user: config.auth.user,
        password: config.auth.password
    }
});

 

Hello,

 

I have been trying to make a online mini web server using Node for my mum so she can send emails without using the UI of clunky mail clients or websites and I am having an error that I am predicting is coming from Nodemailer. I asked on Nodemailer's github 10 days ago and got no response to my issue so I am coming to the intelligent people of the LTT Forums to help. 

 

Here's the available code I think of that will help you out with solving this: 

Error: https://hasteb.in/umagovoy.yaml

Package.JSON File: https://hasteb.in/zoxujaze.json

App.JS File: https://hasteb.in/mahuliti.php

HTML FIle: https://hasteb.in/inoguxiz.xml

 

Any help will be greatly appreciated! 

 

Many Thanks, 

Ben

PC: 

Spoiler

Motherboard: MSI Z390-A PRO

CPU: Intel Core i7-9700K @ 3.60GHz

Memory: 32GB (4x8GB) Corsair Vengeance 

Graphics Card: NVIDIA GeForce RTX 3060 Ti

Boot: Crucial P3 2TB M.2

SSD: Crucial BX500 1TB SSD

SSD: Crucial P2 500GB M.2

PSU: Gigabyte P750GM 750W

Case: IONZ KZ10

"Server": 

Spoiler

Motherboard: X99 RSA mATX (eBay special)

CPU: Intel Xeon E5-2680 v4 @ 2.4GHz

Memory: 64GB (2x32GB) Dataram ECC DDR4

Graphics Card: NVIDIA Quadro P2000

Boot: Kingston NV3 1TB M.2

PSU: Corsair CX550

Case: Fractal Design Core 1000

OS: Proxmox Virtual Environment

Other Gear:

Spoiler

Phone: Google Pixel 6 (128GB)

Watch: Google Pixel Watch

 

Headphones: SteelSeries Arctis 3

Microphone: Blue Snowball Ice

Speakers: Creative T100

 

Car: 2010 Mazda 3 Takuya - 1.6L Petrol 103bhp

Link to comment
https://linustechtips.com/topic/1076976-nodemailer-issue/
Share on other sites

Link to post
Share on other sites

2 hours ago, elpiop said:

Try this instead


var transport = nodemailer.createTransport("SMTP", {
    service: "hotmail",
    auth: {
        user: config.auth.user,
        password: config.auth.password
    }
});

 

I figured out another way to do it but I'll mark your response as an answer to help out others. Thanks!

PC: 

Spoiler

Motherboard: MSI Z390-A PRO

CPU: Intel Core i7-9700K @ 3.60GHz

Memory: 32GB (4x8GB) Corsair Vengeance 

Graphics Card: NVIDIA GeForce RTX 3060 Ti

Boot: Crucial P3 2TB M.2

SSD: Crucial BX500 1TB SSD

SSD: Crucial P2 500GB M.2

PSU: Gigabyte P750GM 750W

Case: IONZ KZ10

"Server": 

Spoiler

Motherboard: X99 RSA mATX (eBay special)

CPU: Intel Xeon E5-2680 v4 @ 2.4GHz

Memory: 64GB (2x32GB) Dataram ECC DDR4

Graphics Card: NVIDIA Quadro P2000

Boot: Kingston NV3 1TB M.2

PSU: Corsair CX550

Case: Fractal Design Core 1000

OS: Proxmox Virtual Environment

Other Gear:

Spoiler

Phone: Google Pixel 6 (128GB)

Watch: Google Pixel Watch

 

Headphones: SteelSeries Arctis 3

Microphone: Blue Snowball Ice

Speakers: Creative T100

 

Car: 2010 Mazda 3 Takuya - 1.6L Petrol 103bhp

Link to comment
https://linustechtips.com/topic/1076976-nodemailer-issue/#findComment-12689927
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×