Home arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:email not sending out (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:email not sending out
#16265
thevine (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
email not sending out 4 Months ago Karma: 0  
Hi,
I'm using the latest version of lime, and just completed loading up a new survey and adding in an email list. but when i sent an invitation to myself, it never showed up.

i'm sure this is a simple solution, but i didnt see it posted anywhere.

I do not know whether i'm configured for sendmail or smpt, and i'm not sure how to check. (kinda a newbie)

any quick fix would be appreciated.
 
Logged Logged  
  The administrator has disabled public write access.
#16395
Mazi (Moderator)
Moderator Lime
Posts: 3247
graph
User Online Now Click here to see the profile of this user
Re:email not sending out 4 Months ago Karma: 25  
Please post your email settings you set in config.php. No real passwords please.
 
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.
#16442
thevine (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:email not sending out 4 Months ago Karma: 0  
do you mean in the backend of my host site? mywebsite.com?

The config is as follows:
the mailer is php mail function, and SMPT is NOT authorized

the sendmail path is : /usr/sbin/sendmail
 
Logged Logged  
  The administrator has disabled public write access.
#16454
jcleeland (Admin)
Moderator Lime
Posts: 243
graphgraph
User Offline Click here to see the profile of this user
Re:email not sending out 4 Months ago Karma: 7  
When using the built in PHP mail function, I've found in the past that if the PHP setup isn't right, you'll often just get no email sent (but no warning about it either). So I always recommend using SMTP if possible. You need to edit your config.php file so that it says which mail system to use, and has the correct information for it.
 
Logged Logged  
  The administrator has disabled public write access.
#16462
Mazi (Moderator)
Moderator Lime
Posts: 3247
graph
User Online Now Click here to see the profile of this user
Re:email not sending out 4 Months ago Karma: 25  
thevine wrote:
do you mean in the backend of my host site? mywebsite.com?
I'm talking about your limesurvey configuration. Every kind of config is done within config.php. There are some default settings in config-default.php. When editing the email setting you have to copy them to config.php and edit them there. These settings overwrite settings in config-defaults.php.
 
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.
#16476
thevine (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:email not sending out 4 Months ago Karma: 0  
OK, well that's problematic, because i looked for the config file in lime but could not find it among the lime files.
 
Logged Logged  
  The administrator has disabled public write access.
#16477
Mazi (Moderator)
Moderator Lime
Posts: 3247
graph
User Online Now Click here to see the profile of this user
Re:email not sending out 4 Months ago Karma: 25  
It's in the root directory.

Example: www.yourdomain.org/limesurvey/config.php
 
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