-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMail.ini.dist
32 lines (29 loc) · 1.14 KB
/
Mail.ini.dist
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
[library]
identifier = "CeusMedia::Mail"
version = "2.5.2"
[phpunit.tests]
Address.Check.Availability = yes
Transport.SMTP.sendAndReceive = yes
Transport.SMTP.hasAntivirus = yes
[phpunit.sender]
server.host = "{{phpunit.sender.server.host}}"
server.port = "{{phpunit.sender.server.port}}"
mailbox.address = "{{phpunit.sender.mailbox.address}}"
mailbox.name = "{{phpunit.sender.mailbox.name}}"
auth.mode = "{{phpunit.sender.auth.mode}}"
auth.username = "{{phpunit.sender.auth.username}}"
auth.password = "{{phpunit.sender.auth.password}}"
security.encryption = yes
security.certificate = yes
security.antivirus = yes
[phpunit.receiver]
server.host = "{{phpunit.receiver.server.host}}"
server.port = "{{phpunit.receiver.server.port}}"
mailbox.address = "{{phpunit.receiver.mailbox.address}}"
mailbox.name = "{{phpunit.receiver.mailbox.name}}"
auth.mode = "{{phpunit.receiver.auth.mode}}"
auth.username = "{{phpunit.receiver.auth.username}}"
auth.password = "{{phpunit.receiver.auth.password}}"
security.encryption = yes
security.certificate = yes
security.antivirus = yes