- Posts: 6
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Now my question: is this generally possible with LimeSurvey?
No, not as long as you put their email address also in the field for the admin notification. The email goes to the email addresses that are in that field or that are piped into this field via expressions.Other customers won't have a way to see the other emails with this method, right?
Well, you can see in the results table who has answered your "survey" and thus you know who received the email. Because somewhere in the survey you need to ask for the email address, otherwise who would you send the admin notification to?Is there any way for us to see who got the emails? We will probably be able to see the evaluation somewhere else, won't we?
maybe you can help me. With my company we are thinking about starting a survey.rutertafjord It should be freely accessible to all people who come to our
website and the customers are allowed to take the survey as many times as they want, there should be no limit here.
however, the survey is not the classic survey: does X apply to you, yes or no? The survey should be there to help our customers with a decision.
In the end the survey with branching should result in different predefined recommendations.
We would like to make this result available to the customer via Email, it should not be directly on the page.
Email settings
All the settings from below can be overridden in the global settings dialog.
'emailmethod: This determines how email messages are being sent. The following options are available:
'mail:' it uses internal PHP mailer;
'sendmail:' it uses sendmail mailer;
'smtp:' it uses SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server.
'emailsmtphost: If you use 'smtp' as $emailmethod, then you have to put your SMTP-server here. If you are using Google mail you might have to add the port number like $emailsmtphost = 'smtp.gmail.com:465'.
emailsmtpuser: If your SMTP-server needs authentication then set this to your user name, otherwise it must be blank.
emailsmtppassword: If your SMTP-server needs authentication then set this to your password, otherwise it must be blank.
emailsmtpssl: Set this to 'ssl' or 'tls' to use SSL/TLS for SMTP connection.
maxemails: When sending invitations or reminders to survey participants, this setting is used to determine how many emails can be sent in one bunch. Different web servers have different email capacities and if your script takes too long to send a bunch of emails, the script could time out and cause errors. Most web servers can send 100 emails at a time within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails,