Hello,
how can i desactivate sending e-mails from my oxwall?
i need a way to interdict my oxwall to send e-mails to members (notifications, or in signing up....)..
thank you..
Or you can set all users default value to "Never" for sending e-mail notifications, this has been discussed previously, please do the search on the fourm.
As to the signing up, you can disable verify e-mail option in the admin panel as well
Now you left only with the welcome letterYou got two options there:
1. do modifications of the codein ow_system_plugins/base/classes/event_handler.php
line 1451 the method
public function onUserRegisterWelcomeLetter
2. option is to enable smtp and do not configure it. But in this case all welcome letters will pile in the database.
Don't forget to remove forgot password link from your site as well, as it sends e-mail too.