Actions

Translations

Global settings/7/en: Difference between revisions

From LimeSurvey Manual

(Importing a new version from external source)
(Importing a new version from external source)
Line 20: Line 20:
**''On errors'' : A detailed connection log and error message will be given if an error occurs
**''On errors'' : A detailed connection log and error message will be given if an error occurs
**''Always'' : It gives valuable information on how a SMTP relay works. If an error occurs, further details are provided
**''Always'' : It gives valuable information on how a SMTP relay works. If an error occurs, further details are provided
{{Note|Debug part are shown when [[Survey_participants#Send_email_invitation|sending email to participant]].}}
*'''Email batch size''': When sending invitations or reminders to survey participants, this setting helps the administrator 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 in one go within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number with the help of this setting. Clicking the 'send email invitation' button that is located on the token control toolbar on the right of each token sends the 'maxemails' number of invitations, displaying a list of the addresses to which the email was already delivered and a warning that ''"There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent."'' and provides a "continue button" to proceed with the next batch. So, the user determines when to send the next batch after each batch gets emailed. It is not necessary to wait with this screen active. The admin could log off and come back at a later time to send the next batch of invites
*'''Email batch size''': When sending invitations or reminders to survey participants, this setting helps the administrator 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 in one go within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number with the help of this setting. Clicking the 'send email invitation' button that is located on the token control toolbar on the right of each token sends the 'maxemails' number of invitations, displaying a list of the addresses to which the email was already delivered and a warning that ''"There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent."'' and provides a "continue button" to proceed with the next batch. So, the user determines when to send the next batch after each batch gets emailed. It is not necessary to wait with this screen active. The admin could log off and come back at a later time to send the next batch of invites

Revision as of 20:10, 17 July 2018

Message definition (Global settings)
==Email settings==
*'''Default site admin email''': This is the default email address of the site administrator, and it is used for system messages and contact options
*'''Administrator name''': The real name of the site administrator
*'''Email method''': This determines how emails are being sent. The following options are available:
**''PHP'' (default value): Use internal [https://php.net/manual/function.mail.php PHP mail function]
**''Sendmail'': Use Sendmail mailer
**''SMTP'': based on SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server
***Make sure that you are using your SMTP configured email (Global settings ⇒ Email settings) if you use SMTP; otherwise there might be a chance that the following error is displayed: 'SMTP -> ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user'
**''Qmail'': Set this if you are running the Qmail mailer
**''Plugin'': Using this you can select a custom email plugin to use.

Email settings

  • Default site admin email: This is the default email address of the site administrator and it is used for system messages and contact options
  • Administrator name: The real name of the site administrator
  • Email method: This determines how emails are being sent. The following options are available:
    • PHP (default value): uses internal PHP mail function
    • Sendmail : uses sendmail mailer
    • SMTP : based on SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server
      • Make sure that you are using your SMTP configured email (Global settings -> Email settings) if you use SMTP, otherwise there might be a chance that the following error is displayed: 'SMTP -> ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user'
    • Qmail : Set this if you are running the Qmail mailer
  • SMTP host: If you use 'SMTP' as email method, then you have to put your SMTP server here. If you are using a different port than port 25 (standard for SMTP), then you have to add the port number separated be a colon (example: 'smtp.gmail.com:465')
  • SMTP username: If your SMTP-server needs authentication, set this to your user name, otherwise it must be blank
  • SMTP password: If your SMTP-server needs authentication, set this to your password, otherwise it must be blank
  • SMTP encryption - Three options are available:
    • Off (default value)
    • SSL
    • TLS
Check the following link for further details about SSL/TLS.
  • SMTP debug mode - It comes with three options:
    • Off (default value): The user wants this activated only in the case in which the SMTP relay does not work and further details are needed in order remedy the technical problem
    • On errors : A detailed connection log and error message will be given if an error occurs
    • Always : It gives valuable information on how a SMTP relay works. If an error occurs, further details are provided
Debug part are shown when sending email to participant.
  • Email batch size: When sending invitations or reminders to survey participants, this setting helps the administrator 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 in one go within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number with the help of this setting. Clicking the 'send email invitation' button that is located on the token control toolbar on the right of each token sends the 'maxemails' number of invitations, displaying a list of the addresses to which the email was already delivered and a warning that "There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent." and provides a "continue button" to proceed with the next batch. So, the user determines when to send the next batch after each batch gets emailed. It is not necessary to wait with this screen active. The admin could log off and come back at a later time to send the next batch of invites