How to upgrade TomatoCMS from version 2.0.5 to version 2.0.6
From TomatoCMS Documentation
Back-up
First, you have to backup everything you need for your website, such as:
- Database
- tomatocms/app/config/app.ini file or config file you need
- tomatocms/app/templates folder
- tomatocms/skins folder you are using
Install
Then, let's download TomatoCMS 2.0.6 and install on your system.
When installed complete:
- rename backup app.ini file to application.ini and copy override to tomatocms/application/config/ folder
- copy override backup templates folder to tomatocms/application/ folder
- copy override backup skins folder to tomatocms/ folder
- run backup database
Upgrade
With TomatoCMS 2.0.6,it comes with new built-in module: mail powered by Zend_Mail component
The mail module supports sending mail with PHP mail() function or SMTP server
To use this module, you have to install at Extend/Module by click link Install
Then, go to User/Privileges to add that module into your system by click link Add or +
Now, go to dashboard, you will see Manage mails section
You can config mail server, mail templates and manage mails were sent or sent new mail.


