Accueil arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Problem Sending Invitation (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Problem Sending Invitation
#18326
mauriciruiz (User)
Fresh Lemon
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
[done] Problem Sending Invitation 2 Months, 4 Weeks ago Karma: 0  
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:1408F10BSL routinesSL3_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
 
Logged Logged  
 
Last Edit: 2008/09/09 11:30 By Mazi.
  The administrator has disabled public write access.
#18332
c_schmitz (Admin)
Moderator Lime
Posts: 1365
graphgraph
User Online Now Click here to see the profile of this user
Re:Problem Sending Invitation 2 Months, 4 Weeks ago Karma: 39  
Try

Code:

$emailsmtphost = 'smtp.gmail.com:465';


instead.
That works for me.

ON second thought it might also be a bug with your PHP version.
What PHP version are you using?
 
Logged Logged  
 
Last Edit: 2008/09/08 00:18 By c_schmitz.
 
Best regards

Carsten Schmitz
LimeSurvey Project Leader
  The administrator has disabled public write access.
#18392
mauriciruiz (User)
Fresh Lemon
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Problem Sending Invitation 2 Months, 3 Weeks ago Karma: 0  
Dear c_schmitz,
Many thanks you have solve the problem !!

Maurici Ruiz
 
Logged Logged  
  The administrator has disabled public write access.
#18451
Mazi (Moderator)
Moderator Lime
Posts: 3373
graph
User Online Now Click here to see the profile of this user
Re:Problem Sending Invitation 2 Months, 3 Weeks ago Karma: 28  
You're welcome! If our hints have been helpful and you enjoy LimeSurvey please consider a donation to the team. We do all this in our free time.
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
Go to top