I have 2.1b is it normal that I cannot use SSL feature for SMTP?
I have downloaded 2.2, where is the upgrade procedure? If I do not want to loose my translation, what should I do?
Thanks
Claude
I have 2.1b is it normal that I cannot use SSL feature for SMTP?
I have downloaded 2.2, where is the upgrade procedure? If I do not want to loose my translation, what should I do?
Thanks
Claude
Not sure about the SSL & email; you host would have to support it I expect - it won't 'just work'. Much like HTTP & SSL, you have to have a SSL certificate in place, I would think much the same requirement for secure email.
Regarding upgrading, just following this procedure:
http://www.appnitro.com/machform/upgrade_instructions
It's the upgrade instructions for 1.2 to 2.0 but basically it's the same thing.
Hi,
You can activate secure SMTP mail from config.php file, in there you'll see these code :
define('USE_SMTP',false); //set this to 'true' to use SMTP
define('SMTP_HOST','localhost');
define('SMTP_PORT',25);
define('SMTP_AUTH',false); //if your SMTP require authentification, set this to 'true'
define('SMTP_USERNAME','YOUR_SMTP_USERNAME');
define('SMTP_PASSWORD','YOUR_SMTP_PASSWORD');
define('SMTP_SECURE',false); //set this to 'true' if your server is using secure SMTP (TLS/SSL)
Simply set your SMTP information and make sure SMTP_SECURE is set to "true".
And regarding to upgrade machform from 2.1b to 2.2 is quite simple, try to follow these steps :
1. Rename your previous machform folder, ex: machform_bak.
2. Upload machform 2.2 to your web server
3. Delete "installer.php" and copy "config.php" from "machform_bak" to new machform
4. Copy "language.php" file to new machform, I think your translation is in that file
5. Copy "data" folder to new machform
Thanks upgrade successful!
You must log in to post.