Home arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
[done (?)] Could not instantiate mail function (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: [done (?)] Could not instantiate mail function
#13736
Shnoulle (User)
Expert Lime
Posts: 113
graphgraph
User Offline Click here to see the profile of this user
Re:Error Message: Could not instantiate mail funct 7 Months, 2 Weeks ago Karma: 3  
Hello,

For me , i use this:
Code:

$emailmethod        =   "smtp";
$emailsmtphost      =   "smtp.msa.orange-business.com:587";
$emailsmtpuser      =   "username(AT)fr.oleane.com";
$emailsmtppassword  =   "password";               // SMTP authorisation password - empty password is not allowed
$emailsmtpssl       =   0;                // Set this to 1 to use SSL for SMTP connection 


<br />
But it so specific for your mail server.<br />
<br />
My enterprise mail server use pop before smtp authentification, then i can't use it <br />
<br />
<br />
Maybe a bug report // or feature request for gmail ability, but had too find why gmail don't working
 
Logged Logged  
 
Last Edit: 2008/05/23 12:49 By Shnoulle.
  The administrator has disabled public write access.
#13737
phancongphuoc (User)
Junior Lime
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Error Message: Could not instantiate mail funct 7 Months, 2 Weeks ago Karma: 0  
Oh it work now, because my server require 2 password
I have just tell IT support to set it to be one,
But i cannot send to gmail server until now
Send to mail.yahoo, it is ok

After this, I have just had some value knowleade from you, and from limesurvey
If you find out why it doesn't work with gmail, please share with me. I'm also trying to find it now
Thank you again
 
Logged Logged  
  The administrator has disabled public write access.
#13742
Mazi (Moderator)
Moderator Lime
Posts: 3514
graph
User Offline Click here to see the profile of this user
Re:Error Message: Could not instantiate mail funct 7 Months, 2 Weeks ago Karma: 28  
Hey guys, I hope that "password" is not the real smtp password

If so please edit your posts. In general you should always write "$password = "*********";
 
Logged Logged  
 
Last Edit: 2008/05/23 14:09 By Mazi.
 
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.
#13752
Shnoulle (User)
Expert Lime
Posts: 113
graphgraph
User Offline Click here to see the profile of this user
Re:Error Message: Could not instantiate mail funct 7 Months, 2 Weeks ago Karma: 3  
Send to mail.yahoo, it is ok
You say you can use smtp of yahoo mail ?

@Mazi: My username is username, and my password is password . what else
 
Logged Logged  
 
Last Edit: 2008/05/23 15:42 By Shnoulle.
  The administrator has disabled public write access.
#13771
phancongphuoc (User)
Junior Lime
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Error Message: Could not instantiate mail funct 7 Months, 2 Weeks ago Karma: 0  
I mean when I creat a token with email use yahoo mail, then I click I button and check my yahoo mail, I receive new mail from lime survey (which is sent from my mail server)
I try it with gmail, i cannot receive any mail from my mail server
I don't know why
 
Logged Logged  
 
Last Edit: 2008/05/24 12:56 By phancongphuoc.
  The administrator has disabled public write access.
#13772
phancongphuoc (User)
Junior Lime
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Error Message: Could not instantiate mail funct 7 Months, 2 Weeks ago Karma: 0  
Oh yes Mazi, I only make a change $mailsmtppassword which is given from Shnoulle

$mailsmtppassword = "password";
 
Logged Logged  
 
Last Edit: 2008/05/24 12:52 By phancongphuoc.
  The administrator has disabled public write access.
Go to top