Actions

Translations

Translations:Optional settings/13/sl

From LimeSurvey Manual

Revision as of 10:21, 29 July 2013 by Dusan (talk | contribs) (Created page with "Pomni: začenši z 1.87 se ta nastavitev prepiše v oknu Globalnih nastavitev. *'''$emailmethod:'''  ta vrednost določa, kako bodo e-sporočila poslan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pomni: začenši z 1.87 se ta nastavitev prepiše v oknu Globalnih nastavitev.

  • $emailmethod:  ta vrednost določa, kako bodo e-sporočila poslana. Na voljo so naslednje možnosti:
    • mail: uporabi notranji PHP program za pošiljanje e-pošte
    • sendmail: uporabi "sendmail" sistem za pošiljanje e-pošte
    • smtp: uporablja SMTP prenos. Uporabi to možnost, kadar je LimeSurvey nameščen na strežniku, ki ni hkrati vaš strežnik za e-pošto.
  • $emailsmtphost: če ste nastavili na 'smtp' pri $emailmethod, potem je potrebno tukaj nastaviti SMTP strežnik. Če uporabljate Googlovo e-pošto, potem boste morda dodali številko vrat: $emailsmtphost = 'smtp.gmail.com:465';
  • $emailsmtpuser: če vaš SMTP strežnik potrebuje preverjanje pristnosti, potem to vrednost nastavite na vaše uporabniško ime, sicer pustite to možnost prazno.
  • $emailsmtppassword: če vaš SMTP strežnik potrebuje preverjanje pristnosti, potem to vrednost nastavite na vaše geslo, sicer pustite to možnost prazno.
  • $emailsmtpssl: nastavite to možnost na 'ssl' ali 'tls', da boste uporabili SSL/TLS način za SMTP povezavo
  • $maxemails: kadar anketirancem pošiljate povabila ali opomnike, 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.