swiftmailer.transport.yml in Swift Mailer 8.2
Same filename and directory in other branches
config/install/swiftmailer.transport.yml
8 string references to 'swiftmailer.transport'
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
- SettingsForm::submitForm in src/
Form/ SettingsForm.php - Form submission handler.
- SwiftMailer::create in src/
Plugin/ Mail/ SwiftMailer.php - Creates an instance of the plugin.
- SwiftMailerSettingsTest::testTransportSettings in tests/
src/ FunctionalJavascript/ SwiftMailerSettingsTest.php - Tests the Transport Settings.
File
config/install/swiftmailer.transport.ymlView source
- transport: sendmail
- smtp_host: 127.0.0.1
- smtp_port: 25
- smtp_encryption: ''
- smtp_credential_provider: swiftmailer
- smtp_credentials:
- swiftmailer:
- username: ''
- password: ''
- key:
- username: ''
- password: ''
- sendmail_path: '/usr/sbin/sendmail'
- sendmail_mode: 'bs'
- spool_directory: ''