-
Notifications
You must be signed in to change notification settings - Fork 1
/
templates
49 lines (42 loc) · 1.33 KB
/
templates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Template: smtp/autoinstall
Type: select
Choices: skip, sendmail, smtp
Translations: Skip, Sendmail, SMTP
Default: sendmail
Description: What do you want to use to send emails from _APP_NAME_?
Choose the transport mechanism for sending emails from _APP_NAME_.
Template: smtp/authentication
Type: select
Choices: none, plain, login, cram_md5
Translations: None, Plain, Login (recommended), CRAM-MD5
Default: login
Description: Authentication type
If your mail server requires authentication, you need to specify the authentication type.
Template: smtp/host
Type: string
Description: SMTP host:
Enter the IP or hostname of your SMTP server.
Template: smtp/port
Type: string
Default: 25
Description: SMTP port:
Enter the port of your SMTP server.
Template: smtp/domain
Type: string
Default: www.example.com
Description: SMTP domain:
Enter the domain to use when sending emails.
Template: smtp/username
Type: string
Description: SMTP username:
Enter the username to use to authenticate against your SMTP server.
Template: smtp/password
Type: password
Description: SMTP password:
Enter the password to use to authenticate against your SMTP server.
Template: smtp/admin_email
Type: string
Description: Administrator email:
Enter the default administrator email address.
.
This address might be used to send an email to test the SMTP configuration.