Trying to connect it to Next Auth and doesn't send email
- EmailProvider({
- server: 'smtp.zoho.com',
- port: 587, //I have tried also port 465
- auth: {
- user: '<<theuseremail>>@zohomail.com', //I have also used the gmail login email and nothing
- pass: 'Qyc2y31WAymM', //this password is an app specific password. I tried the account password, but does not work
- },
- from: '<<theuseremail>>@zohomail.com',
- }),
What am I doing wrong?