nodebb-plugin-emailer-yandex

NodeBB plugin to send emails via Yandex SMTP service

Usage no npm install needed!

<script type="module">
  import nodebbPluginEmailerYandex from 'https://cdn.skypack.dev/nodebb-plugin-emailer-yandex';
</script>

README

nodebb-plugin-emailer-yandex

NodeBB plugin for sending emails via Yandex SMTP service

Installation

  • First install the package from the NPM repository
cd /nodebb/install/path
npm install git://github.com/MegaGM/nodebb-plugin-emailer-yandex
  • Then enable the plugin in NodeBB's Admin Control Panel in the Plugins tab.
  • Restart NodeBB

Configuration

  • Open NodeBB's Admin Control Panel
  • Click on the Yandex Emailer item in the Plugins section
  • Set your email address and password fields (e.g. no-reply@mydomain.ru)
  • Do not forget to set the same email address in NodeBB ACP on "Settings > Email" tab

Credits

Original Author: AlfredDobradi