generated from FriendsOfREDAXO/rex_repo_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yml
43 lines (39 loc) · 942 Bytes
/
package.yml
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
package: symfony_mailer
version: '1.0.0-beta4'
author: Friends of REDAXO
supportpage: /~https://github.com/FriendsOfREDAXO/symfony_mailer/
page:
title: 'translate:title'
perm: symfony_mailer[]
pjax: true
icon: rex-icon rex-icon-envelope
subpages:
config: { title: 'translate:configuration' }
log: { title: 'translate:logging' }
help: { title: 'translate:help', subPath: README.md, itemClass: 'pull-right' }
pages:
system/log/mailer:
title: Symfony-Mailer
perm: admin
requires:
php:
version: '>=8.2'
redaxo: ^5.18.1
default_config:
from: ''
name: 'Mailer'
host: 'localhost'
port: 587
security: 'tls'
auth: true
username: ''
password: ''
charset: 'utf-8'
logging: 0
archive: false
imap_archive: false
imap_host: ''
imap_port: 993
imap_username: ''
imap_password: ''
imap_folder: 'INBOX.Sent'