nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 145 forks source link

Auth error using node mailer as smtp server #206

Open csemeria opened 4 months ago

csemeria commented 4 months ago

I'm using node mailer as an smtp server and I also have a domain redirected to my server. When I send mails I get "530 Error: authentication Required". In early tests I tried using telnet and it's all ok if I send anything but an empty user or pass, but senfin a mail using gmail ends up in this error. My first idea would be to learn is it's possible to skip auth process entirely but I'm open to other options in they fix the problem.