MyBB Community Forums

Full Version: Doku failure
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The doku contain a syntax failure...
https://docs.mybb.com/1.8/faq/mail/

$to = [email protected]';


should be

$to = '[email protected]';

i will push this fix if iam allowed to open an issue.
Oh - that's actually not what's in the source. It's Cloudflare filtering the email out of the page to prevent bots from scraping it.
May then just replace it with a placeholder in source Wink
Yes, that would be the best option.

Just updated the docs, but currently GitHub pages is failing to build the site. I'm trying to work out why now.