problem with email verification
-
Hello I have a problem with my forum and i need help because the email verification always shows this (attached file) and I tried everything please help?
-
What is your email setup?
-
@thelastguest If you have command line access to the server, what does which/wereis sendmail return? Cuz if you cannot find it then neither can NodeBB.
% which sendmail /usr/sbin/sendmail
-
@chrisheatedhub did you enable the SMTP transport? Please provide a screenshot of your acp email page if possible.
-
@chrisheatedhub said in problem with email verification:
@gotwf hello I am the one running the forum on my VPS and when running that cmd it returns nothing at all.
In that case you should use one of the options that does not rely on the localhost (127.0.0.1) having a sendmail binary. NodeBB has a builtin smtp or you can opt for a third party service. Else otherwise if you do wish to use localhost sendmail/smtp then you will need to install and config your vm thusly. There are pros and cons to the various options.
As mentioned by pitaj, a screenshot would be helpful.
-
In the event you missed them, I took a couple stabs at some email tutorials. The intent was to provide enough understanding to get you pointed in the right directions rather than get 'er done copy/pasta recipes. Hence, they may or may not be the droids you're looking for: