Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

How to connect to IMAP using office365 and nodejs

$
0
0

I need some help with connect to office365 using IMAP and javascript. I am trying to connect to office365. I use IMAP fot this.

I received the credentials and tried to setup the config like this:

const imapConfig = {    user: 'auto@email.com',    password: 'passwordxxxx',    host: 'smtp.office365.com',      port: 25,      tls: true,      authTimeout: 25000,      connTimeout: 30000,      tlsOptions: {          rejectUnauthorized: true    } }

I tried multiple ports...The errors I get:enter image description here

And if I setup the port on 993:enter image description here


Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>