julianlam / nodebb-plugin-emailer-mailgun

An emailer plugin for NodeBB using Mailgun as a third party service
9 stars 7 forks source link

Is this plugin still valid? #98

Closed braco closed 10 months ago

braco commented 10 months ago

On latest nodebb,

The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME to disable it.

  • nodebb-plugin-emailer-mailgun

Also not clear on how this interacts with the settings in Settings > Email, as all of those options are still available.

julianlam commented 10 months ago

If you install an emailer plugin it takes precedence over any email settings you've configured on the ACP

julianlam commented 10 months ago

The warning just means the plugin hasn't been cleared by the maintainer for use on that particular NodeBB version but doesn't mean it won't work fine.

braco commented 10 months ago

Thanks @julianlam – it doesn't look like this is working according to "Email Testing" under Settings > Email. Does this feature work with plugins like this? It's difficult to tell what's happening.

[Error: Bad Request] {
  status: 400,
  details: { message: 'from parameter is missing' }
}
2023-12-25T05:49:43.583Z [8080/39] - warn: [emailer.mailgun] Unable to send `invitation` email to uid 1!!
2023-12-25T05:49:43.583Z [8080/39] - error: [emailer.mailgun] (Bad Request)

In Settings > Email, the name and email address are both set.

Merry Christmas!