Closed michaelusantiago closed 1 year ago
Hi, so you mean you are trying to send SMTP from your instance?
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.
Thanks I hope I got it correct.
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?
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?