Email confirmation doesnt work
-
Hello everybody, this is my first post in here. I just finished installing Nodebd system in a Digitalocean cloud server and when i hit Setting > Email > Send Test Email i get this error "Spawn sendmail enoemt" does anybody knows why and how to fix it?
Thanks
-
You need
sendmail
installed for default email settings -
@frissdiegurke How do I do that?
-
Assuming you're using ubuntu:
sudo apt-get install sendmail
Keep in mind that this will be a private mailing server, so some email provider might block incoming mails from you. I'm not very into this stuff, so not sure about details. -
-
@pichalite I just checked their integration page https://www.mailjet.com/integrations they dont have nodebb listed in there
-
@hnahli that has nothing to do with what you are trying to do. After you install and activate the plugin
nodebb-plugin-emailer-mailjet
you will see an option for Mailjet under ACP -> Plugins menu. You will find instructions there. -
Does your mailjet account list any received emails (https://app.mailjet.com/stats )?
-
@frissdiegurke it is working now I just had to validate my domain with mailjet. The Nodebb installed and running on 0.0.0.0:4567 but the confirmation link sent without specifying the port #. How do i fix that?
-
Check your config.json for the
url
property.