Actions

Translations

Global settings/7/en: Difference between revisions

From LimeSurvey Manual

(Neue Version von externer Quelle importiert)
 
(Importing a new version from external source)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Email settings==
==Email settings==
*'''Default site admin email''': This is the default email address of the site administrator and used for system messages and contact options.
*'''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.
*'''Administrator name''': The real name of the site administrator
*'''Email method:'''  This determines how e-mail messages are being sent. The following options are available:
*'''Email method''': This determines how emails are being sent. The following options are available:
**'''PHP:''' use internal PHP mailer
**''PHP'' (default value): Use internal [https://php.net/manual/function.mail.php PHP mail function]
**'''Sendmail:''' use sendmail mailer
**''Sendmail'': Use Sendmail mailer
**'''SMTP:'''use SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server.
**''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 e-mail (Global settings -> E-mail settings) at the survey settings (At the moment you create a survey or after you create it Edit Survey Settings -> General)  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.
***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
**''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 part than port 25 (standard for SMPT) then you have to add the port number separated be a colon (example: 'smtp.gmail.com:465')
**''Plugin'': Using this you can select a custom email plugin to use.
*'''SMTP username:''' If your SMTP-server needs authentication then set this to your user name, otherwise it must be blank.
*'''SMTP password:''' If your SMTP-server needs authentication then set this to your password, otherwise it must be blank.
*'''SMTP SSL/TLS:''' Set this to 'SSL' or 'TLS' to use SSL/TLS for your SMTP connection
*'''SMTP debug mode''': If you switch this on then on sending invitations or reminders a detailed connection log and error message will be given (if an error occurs). Not for the faint of heart, but this can give valuable information why a SMTP relay does not work. Usually you want this to be off.
*'''Email batch size:''' 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, reduce the number in this setting.  Clicking the 'send email invitation' button on the token control toolbar, (not the button on the right of each token), sends the maxemails number of invitations, then displays a list of the addresses sent to 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. I.e., 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.

Latest revision as of 17:16, 8 March 2024

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): Use internal 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.