Styling
Supervisor
- Thread starter
- Moderator
- #1
Styling submitted a new resource:
Disable all email functions - Template Modifications
Read more about this resource...
Disable all email functions - Template Modifications
Add the following to library/config.php before the upgrade or src/config.php after the upgrade
In yourPHP:$config['enableMail'] = false;
src/config.php
file find the following,$config['enableMail'] = true;
change it to false.
Read more about this resource...