email setup
Step by Step configuration help...I have gone through this whole process. Try my best to make it easy for you.
1. enable email and Cron call checkboxes in system configuration panel.
2. Enable autoresponder and new ticket email.
3. Search PHP.ini file and edit it as follows
change ;php_imap.dll to php_imap.dll (remove ; from the start of line)
3(a). Search SMTP in php.ini file and change its settings according to your email server settings (These settings are same as you input in your outlook account setup)
4. Search Extensions folder in your webserver and find file named PHP_IMAP.DLL and copy it in your windows (where windows installed) ->system32 folder.
5. If you are installing it on localserver like me. Than you may get problem in saving configurations. http:\\localhost ....in this case just change it to http:\\127.0.0.1
I hope it helps.