Hi,
I just install hastymail on a shared Server, it wasn't easy because I don't have access to the /etc/ folder, and I don't know where is my forlder in /var/www/
So, I modified the index.php to read the hastymail2.rc on the basic path ( $include_path = ''; ) and it work :-)
But now, I would like to integrate an automatic login with my joomla web site, with a wrapper.
I am using wlxt wrapper,
To make it work, I need to write the correct php file for the login system
I tried : http://www.heritier.fr/hastymail2/index.php?page=login
But it doesn't find the field user and pass.
So, my question is : which file is managing the login system ?
Thanks
Smad
Not sure how to answer your question. There is no one file that manages the login system. All requests are made to the same index.php file, then handled differently depending on the page view being requested. The url you gave is the correct url for the login page, It has a POST form with the user and pass fields that are required to login.
Jason