Dear people,
First of all, my congratulations to all the LimeSurvey people !!!
I'm a new user and I have installed WAMPServer 2.0C and limesurvey171plus_build5535_20080901
All the functions of the program are running well, but I have problem
when I try to send invitations. I suppose that the problem is related with the e-mail configuration.
I have not installed any smtp software at the computer, and I try to use the smtp service of gmail.
I get this message :
Warning: fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B
SL routines
SL3_GET_RECORD:wrong version number in C:wampwwwlimesurveyclassesphpmailerclass.smtp.php on line 122
Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in C:wampwwwlimesurveyclassesphpmailerclass.smtp.php on line 122
Warning: fsockopen() [function.fsockopen]: unable to connect to tls://smtp.gmail.com:587 (Unknown error) in C:wampwwwlimesurveyclassesphpmailerclass.smtp.php on line 122
I have my config.default.php file as :
$siteadminemail = '
Cet e-mail est protégé contre les robots collecteurs de mails, votre navigateur doit accepter le Javascript pour le voir
';
$siteadminbounce = '
Cet e-mail est protégé contre les robots collecteurs de mails, votre navigateur doit accepter le Javascript pour le voir
';
$siteadminname = 'pepito';
$emailmethod = 'smtp';
$emailsmtphost = 'smtp.gmail.com:587';
$emailsmtpuser = '
Cet e-mail est protégé contre les robots collecteurs de mails, votre navigateur doit accepter le Javascript pour le voir
';
$emailsmtppassword = 'pepete';
$emailsmtpssl = 'tls';
$maxemails = 50;
Also I have the Apache httpd.conf
LoadModule ssl_module modules/mod_ssl.so
php.ini
[mail function]
; For Win32 only.
;SMTP = localhost
SMTP = smtp.gmail.com:587
smtp_port = 25
; For Win32 only.
sendmail_from =
Cet e-mail est protégé contre les robots collecteurs de mails, votre navigateur doit accepter le Javascript pour le voir
; For Unix only. You may supply arguments as well (default: "sendmail -t -i"

.
;sendmail_path =
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
Could somebody try to help me ?
Thanks in advance
Maurici Ruiz