Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
StefanMischok Posted March 15, 2020 Posted March 15, 2020 Hi, I just installed the new version fo the forum software, and now we are getting people using the forum to send out huge numbers of spam emails ... many thousands. How can I shutdown ALL email capability in the forum until such time I can figure out what is going on? ... I want to disable the forum from sending any emails whatsoever. Thanks!
bfarber Posted March 16, 2020 Posted March 16, 2020 You can add the following to your constants.php (create one starting with <?php and a newline if you don't have one yet): \define( 'EMAIL_DEBUG_PATH', '/dev/null' );
Wayne B Posted March 16, 2020 Posted March 16, 2020 5 hours ago, bfarber said: You can add the following to your constants.php (create one starting with <?php and a newline if you don't have one yet): \define( 'EMAIL_DEBUG_PATH', '/dev/null' ); Is this the fix in 4.5 referred to in the above link? Or is this just to stop all outgoing Mail?
bfarber Posted March 17, 2020 Posted March 17, 2020 That constant is available currently and prevents all emails from being sent (they are logged to the path defined, but /dev/null on a Linux box just discards the file). Quote I want to disable the forum from sending any emails whatsoever. In reference to the "share topic" spam concern some clients have raised, a patch was released today to address this concern.
Jordan Miller Posted March 17, 2020 Posted March 17, 2020 I also experienced this. I had to turn off all email sharing for groups as we sent out 1.5 MILLION spam emails. It was Russian-related?? If Sendgrid wasn't so cool, they could have charged me $10,000 for the overages. I'm not exaggerating - that's what they quoted me. Luckily they reversed it. Thank you to the IPB team as well for pointing me in the right direction. Was super freaked out there.
Ilya Hoilik Posted March 17, 2020 Posted March 17, 2020 58 minutes ago, breatheheavy said: It was Russian-related?? Jordan Miller 1
Recommended Posts