Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.142.101
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
swiftmailer /
swiftmailer /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
_samples
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
acceptance
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
bug
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
fixtures
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
smoke
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
unit
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
IdenticalBinaryConstraint.php
1.22
KB
-rw-r--r--
2018-09-11 09:00
StreamCollector.php
145
B
-rw-r--r--
2018-09-11 09:00
SwiftMailerSmokeTestCase.php
1.47
KB
-rw-r--r--
2018-09-11 09:00
SwiftMailerTestCase.php
891
B
-rw-r--r--
2018-09-11 09:00
acceptance.conf.php.default
1.01
KB
-rw-r--r--
2018-09-11 09:00
bootstrap.php
662
B
-rw-r--r--
2018-09-11 09:00
smoke.conf.php.default
1.53
KB
-rw-r--r--
2018-09-11 09:00
Save
Rename
<?php /* Swift Mailer smoke test configuration. YOU ONLY NEED TO EDIT THIS FILE IF YOU WISH TO RUN THE SMOKE TESTS. The smoke tests are run by default when "All Tests" are run with the testing suite, however, without configuration options here only the unit tests will be run and the smoke tests will be skipped. */ /* Defines: The an address which Swift can send to (it will also send "from" this address). Recommended: (your own email address?) */ define('SWIFT_SMOKE_EMAIL_ADDRESS', 'test@swiftmailer.org'); /* Defines: The specific transport you want to mail with. Recommended: Any of 'smtp', 'sendmail' or 'mail' */ define('SWIFT_SMOKE_TRANSPORT_TYPE', 'smtp'); // SMTP-specific settings /* Defines: An SMTP server to connect to Recommended: smtp.your-isp.com (varies wildly!) */ define('SWIFT_SMOKE_SMTP_HOST', 'localhost'); /* Defines: The SMTP port to connect to Recommended: 25 */ define('SWIFT_SMOKE_SMTP_PORT', '4456'); /* Defines: A username to authenticate with SMTP (if needed). Recommended: (none) */ define('SWIFT_SMOKE_SMTP_USER', ''); /* Defines: A password to authenticate with SMTP (if needed). Recommended: (none) */ define('SWIFT_SMOKE_SMTP_PASS', ''); /* Defines: The encryption needed on your SMTP server. Recommended: (none), or 'tls' or 'ssl' */ define('SWIFT_SMOKE_SMTP_ENCRYPTION', ''); // Sendmail specific settings /* Defines: The command to use when sending via sendmail Recommended: /usr/sbin/sendmail -bs (or "-oi -t") */ define('SWIFT_SMOKE_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs');