Can I have a screenshot please?
Can I have a screenshot please?
Enable board-wide emails:
If this is set to disabled no emails will be sent by the board at all. Note the user and admin account activation settings require this setting to be enabled. If currently using “user” or “admin” activation in the activation settings, disabling this setting will disable registration.
Now you need to take some action if you want to get rid of them.
.htaccess
, robots.txt
or Cloudflare
. There are examples for robots.txt and .htaccess - Block Bad Bots worked for me. You may have to tweak it for your particular situation. Check with your host about Cloudflare if you even have it.Ok, and then on the forum there will be a "Send" post, will the post be sent immediately?Mick wrote: ↑Sat Aug 03, 2024 7:03 amNow you need to take some action if you want to get rid of them.
Again read this then decide how you want to stop them with.htaccess
,robots.txt
orCloudflare
. There are examples for robots.txt and .htaccess - Block Bad Bots worked for me. You may have to tweak it for your particular situation. Check with your host about Cloudflare if you even have it.
Not sure what you mean with: there will be a "Send" post. That sounds as though there wasn't one before.
@Mick Ok, and then on the forum there will be a "Send" post, will the post be sent immediately?Mick wrote: ↑Sat Aug 03, 2024 7:03 amNow you need to take some action if you want to get rid of them.
Again read this then decide how you want to stop them with.htaccess
,robots.txt
orCloudflare
. There are examples for robots.txt and .htaccess - Block Bad Bots worked for me. You may have to tweak it for your particular situation. Check with your host about Cloudflare if you even have it.
If a program is slow, there's a reason. Either it's (a) waiting on something else (e.g., an email send), it's (b) swapped out (e.g., an overloaded shared server), or (c) it's burning CPU cycles pointlessly (e.g., a bug). I'm betting on (a). Until you confirm or refute (a)-(c), I have no further suggestions.HB wrote: ↑Fri Aug 02, 2024 12:14 pm It's hard to diagnose based on this limited, cryptic description. But my best guess is the email notifications, which are sent when a post is submitted, are taking a long time due to a slow SMTP or mail server. You could disable all outgoing email to test my theory.