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 acceptance test configuration. YOU ONLY NEED TO EDIT THIS FILE IF YOU WISH TO RUN THE ACCEPTANCE TESTS. The acceptance 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 acceptance tests will be skipped. You can fill out only the parts you know and leave the other bits. */ /* Defines: The name and port of a SMTP server you can connect to. Recommended: smtp.gmail.com:25 */ define('SWIFT_SMTP_HOST', 'localhost:4456'); /* Defines: An SMTP server and port which uses TLS encryption. Recommended: smtp.gmail.com:465 */ define('SWIFT_TLS_HOST', 'smtp.gmail.com:465'); /* Defines: An SMTP server and port which uses SSL encryption. Recommended: smtp.gmail.com:465 */ define('SWIFT_SSL_HOST', 'smtp.gmail.com:465'); /* Defines: The path to a sendmail binary (one which can run in -bs mode). Recommended: /usr/sbin/sendmail */ define('SWIFT_SENDMAIL_PATH', '/usr/sbin/sendmail -bs');