|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | message_email |
Variables | |
| $string ['allowusermailcharset'] = 'Allow user to select character set' | |
| $string ['configallowusermailcharset'] = 'Enabling this, every user in the site will be able to specify his own charset for email.' | |
| $string ['configmailnewline'] = 'Newline characters used in mail messages. CRLF is required according to RFC 822bis, some mail servers do automatic conversion from LF to CRLF, other mail servers do incorrect conversion from CRLF to CRCRLF, yet others reject mails with bare LF (qmail for example). Try changing this setting if you are having problems with undelivered emails or double newlines.' | |
| $string ['confignoreplyaddress'] = 'Emails are sometimes sent out on behalf of a user (eg forum posts). The email address you specify here will be used as the "From" address in those cases when the recipients should not be able to reply directly to the user (eg when a user chooses to keep their address private).' | |
| $string ['configsitemailcharset'] = 'All the emails generated by your site will be sent in the charset specified here. Anyway, every individual user will be able to adjust it if the next setting is enabled.' | |
| $string ['configsmtphosts'] = 'Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg \'mail.a.com\' or \'mail.a.com;mail.b.com\'). To specify a non-default port (i.e other than port 25), you can use the [server]:[port] syntax (eg \'mail.a.com:587\'. If you leave it blank, Moodle will use the PHP default method of sending mail.' | |
| $string ['configsmtpmaxbulk'] = 'Maximum number of messages sent per SMTP session. Grouping messages may speed up the sending of emails. Values lower than 2 force creation of new SMTP session for each email.' | |
| $string ['configsmtpuser'] = 'If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.' | |
| $string ['email'] = 'Send email notifications to' | |
| $string ['mailnewline'] = 'Newline characters in mail' | |
| $string ['noreplyaddress'] = 'No-reply address' | |
| $string ['pluginname'] = 'Email' | |
| $string ['sitemailcharset'] = 'Character set' | |
| $string ['smtphosts'] = 'SMTP hosts' | |
| $string ['smtpmaxbulk'] = 'SMTP session limit' | |
| $string ['smtppass'] = 'SMTP password' | |
| $string ['smtpuser'] = 'SMTP username' | |
| $string['allowusermailcharset'] = 'Allow user to select character set' |
Definition at line 26 of file message_email.php.
| $string['configallowusermailcharset'] = 'Enabling this, every user in the site will be able to specify his own charset for email.' |
Definition at line 27 of file message_email.php.
| $string['configmailnewline'] = 'Newline characters used in mail messages. CRLF is required according to RFC 822bis, some mail servers do automatic conversion from LF to CRLF, other mail servers do incorrect conversion from CRLF to CRCRLF, yet others reject mails with bare LF (qmail for example). Try changing this setting if you are having problems with undelivered emails or double newlines.' |
Definition at line 28 of file message_email.php.
| $string['confignoreplyaddress'] = 'Emails are sometimes sent out on behalf of a user (eg forum posts). The email address you specify here will be used as the "From" address in those cases when the recipients should not be able to reply directly to the user (eg when a user chooses to keep their address private).' |
Definition at line 29 of file message_email.php.
| $string['configsitemailcharset'] = 'All the emails generated by your site will be sent in the charset specified here. Anyway, every individual user will be able to adjust it if the next setting is enabled.' |
Definition at line 30 of file message_email.php.
| $string['configsmtphosts'] = 'Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg \'mail.a.com\' or \'mail.a.com;mail.b.com\'). To specify a non-default port (i.e other than port 25), you can use the [server]:[port] syntax (eg \'mail.a.com:587\'. If you leave it blank, Moodle will use the PHP default method of sending mail.' |
Definition at line 31 of file message_email.php.
| $string['configsmtpmaxbulk'] = 'Maximum number of messages sent per SMTP session. Grouping messages may speed up the sending of emails. Values lower than 2 force creation of new SMTP session for each email.' |
Definition at line 32 of file message_email.php.
| $string['configsmtpuser'] = 'If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.' |
Definition at line 33 of file message_email.php.
| $string['email'] = 'Send email notifications to' |
Definition at line 34 of file message_email.php.
| $string['mailnewline'] = 'Newline characters in mail' |
Definition at line 35 of file message_email.php.
| $string['noreplyaddress'] = 'No-reply address' |
Definition at line 36 of file message_email.php.
| $string['pluginname'] = 'Email' |
Definition at line 37 of file message_email.php.
| $string['sitemailcharset'] = 'Character set' |
Definition at line 38 of file message_email.php.
| $string['smtphosts'] = 'SMTP hosts' |
Definition at line 39 of file message_email.php.
| $string['smtpmaxbulk'] = 'SMTP session limit' |
Definition at line 40 of file message_email.php.
| $string['smtppass'] = 'SMTP password' |
Definition at line 41 of file message_email.php.
Definition at line 42 of file message_email.php.