MyBB Community Forums

Full Version: How to completely disable emails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to allow to users to record ONLY using username and password and without email and without sending email messages to users? (Reason? I don't have an email server)
in ACP: Home » Board Settings » Login and Registration Options
Registration method: Instant activation or Administrator activation
(2021-09-22, 09:27 AM)Crazycat Wrote: [ -> ]in ACP:  Home » Board Settings » Login and Registration Options
Registration method: Instant activation or Administrator activation

Ok, but i intend to disable to users to enter theyr email when they register
I'm not sure you can.
And even without mail server, you can use phpmail() to send mails, or use a free smtp
(2021-09-23, 09:11 AM)OverloadedTech Wrote: [ -> ]
(2021-09-22, 09:27 AM)Crazycat Wrote: [ -> ]in ACP:  Home » Board Settings » Login and Registration Options
Registration method: Instant activation or Administrator activation

Ok, but i intend to disable to users to enter theyr email when they register
There’s a possibility to disable this. How?

=> You’ll need to edit and/or remove some lines of codes
=> Default input in your SQL

I will check this out later for you.

Update: you can also do it the easy way

Add attribute readonly and a default value.

value=“[email protected]” readonly