smtp.settings.yml in SMTP Authentication Support 8
config/install/smtp.settings.yml
9 string references to 'smtp.settings'
- ConnectionTester::__construct in src/
ConnectionTester/ ConnectionTester.php - The SMTP ConnectionTester constructor.
- ConnectionTesterTest::testHookRequirements in tests/
src/ Kernel/ ConnectionTester/ ConnectionTesterTest.php - Test for hookRequirements().
- SMTPConfigForm::buildForm in src/
Form/ SMTPConfigForm.php - Form constructor.
- SMTPConfigForm::getEditableConfigNames in src/
Form/ SMTPConfigForm.php - Gets the configuration names that will be editable.
- SMTPConfigForm::submitForm in src/
Form/ SMTPConfigForm.php - Form submission handler.
File
config/install/smtp.settings.ymlView source
- smtp_on: false
- smtp_host: ''
- smtp_hostbackup: ''
- smtp_port: '25'
- smtp_protocol: 'standard'
- smtp_autotls: true
- smtp_timeout: 30
- smtp_username: ''
- smtp_password: ''
- smtp_from: ''
- smtp_fromname: ''
- smtp_client_hostname: ''
- smtp_client_helo: ''
- smtp_allowhtml: ''
- smtp_test_address: ''
- smtp_reroute_address: ''
- smtp_debugging: false
- prev_mail_system: 'php_mail'
- smtp_keepalive: false