Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

427
Views
Invalid Login: 535 Incorrect authentication data Nuxt Mail

I've 535 Incorrect authentication Error while using Nuxt Mail Module, only when I try to send an email on the deployed site ( on the server) I get the error

When I try to send an email from localhost It works fine, but when I deploy it to the server I'll get that error

The only difference is deployed site is over HTTPS, I don't know exactly what happened that I get this error but I hadn't this problem a week ago even on the deployed version These are my nuxt-configs for email:

 modules: [
  ['nuxt-mail', {
      message: [
        {name:'ticket',to: 'webticket@site.com'},
        {name:'contact',to: 'contactus@site.com'}
      ],
      smtp: {
        host: "mail.site.com",
        port: 587,
        auth: {
          user: 'webticket@site.com',
          pass: 'Aa123456'
        },
        secure: false,
        tls: {rejectUnauthorized: false},
      },
    }],
  ],

This is the error :  535 Incorrect authentication

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!