Yes, indeed, if you're looking to scale up to handle high concurrent user loads, scaling out horizontally is your best bet. We've got a client right now serving 700+ connections at the moment, and they're on four separate NodeBB instances. It's probably too much for what they need, but it's always nice to have more capacity than needed in case of spikes, etc.
Sending test email ok, but can not receive any email
Unsolved
General Discussion
-
Hi, i sent test email in local dev environment (
nodebb1.1.0 + mac + nginx + mongodb + LAN
), and i can receive the testing email.But in another dev environment (
nodebb1.1.0 + centos6.5 + nginx + mongodb + WAN
), i do theSEND TEST EMAIL
in ACP - SETTING - EMAIL, promptingSuccess
, but i can not receive any email.Have anybody met this problem before ? and how to make it work ?
Many thanks~~
-
I have. For me it was gmail not accepting SendMail from some sources. A good test for this is to setup an email plugin such as MailGun and see if the message is received successfully.