pocketbase / pocketbase

Open Source realtime backend in 1 file
https://pocketbase.io
MIT License
40.74k stars 1.91k forks source link

Email Verification (test) not working for me #1068

Closed michaelusantiago closed 1 year ago

michaelusantiago commented 1 year ago

I can't make verification email works. I setup my smtp and I am getting errors from pocketbase ui itself when sending test email verification. I'm not using sdk api yet in this, just from the admin ui testing email.

{ "errorDetails": "", "errorMessage": "Failed to send the test email. Raw error: \n554 5.7.1 Message rejected under suspicion of SPAM; https://ya.cc/1IrBc 1668911002-iGAH3fbul4-NLVGGnGB." }

How can I solved this one?

benallfree commented 1 year ago

Hi, so you mean you are trying to send SMTP from your instance?

  1. What SMTP provider are you using?
  2. What is your sender domain?
michaelusantiago commented 1 year ago

Hi, so you mean you are trying to send SMTP from your instance? 1. What SMTP provider are you using? 2. What is your sender domain?

I don't know what you mean by instance, but I have set an smtp that is I'm sure working fine because I am using it to send email too in my other application through nodemailer in node.js.

By the way, when you read the error, it's not that my smtp is incorrect but rather suspected that what I am sending is a spam.

  1. What SMTP provider are you using? - yandex
  2. What is your sender domain? - yandex

Thanks I hope I got it correct.

benallfree commented 1 year ago

Hi again @michaelusantiago, I'm sorry, I mistakenly thought you were posting in the pockethost forum. So you just are running PocketBase with SMTP credentials that already work elsewhere, and they are getting bounced for spam when sending through PocketBase?