apendix wrote:
I was wondering could you please suggest me any working SMTP server? I just want to test all the functions on my site including registration.
Unfortunately, I haven't tried using a local SMTP server, so I can't recommend one. Once again I would suggest addressing this problem on the live server. When you have everything as you would like it - upload the site via ftp. If you are worried about end users encountering problems, put the site in offline mode and login through the front end - the site will then appear to you only. Test your forms and email settings from there. You could spend time fixing "phantom" handshake problems on your local setup only to find that it does not work with your live hosting.
With regards to updating the live site. you certainly can update and develop your Joomla site in exactly the same way you can with your localhost. Just make sure that you regularly download all the files via FTP - (less the configuration.php and .htaccess which are relevant only to the live site) and back them up with a copy of the database exported from your livehost PHPMyadmin. If you are working on a major overhaul of the site, download as above, work locally, then upload again via ftp. Don't forget not to touch the configuration.php files in either installation until you know how to edit them.
M