system.mail.yml
14 string references to 'system.mail'
- ContactPersonalTest::testSendPersonalContactMessage in core/modules/ contact/ tests/ src/ Functional/ ContactPersonalTest.php 
- Tests that mails for contact messages are correctly sent.
- InstallerConfigDirectoryTestBase::testConfigSync in core/tests/ Drupal/ FunctionalTests/ Installer/ InstallerConfigDirectoryTestBase.php 
- Confirms that the installation installed the configuration correctly.
- InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigSyncDirectoryMultilingualTest.php 
- Confirms that the installation installed the configuration correctly.
- InstallerExistingConfigTestBase::testConfigSync in core/tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigTestBase.php 
- Confirms that the installation installed the configuration correctly.
- MailerDsnConfigValidationTest::testMailerHostValidation in core/tests/ Drupal/ KernelTests/ Core/ Config/ MailerDsnConfigValidationTest.php 
- Tests the validation of the mailer host.
File
- 
              core/modules/ system/ config/ install/ system.mail.yml 
View source
- interface:
-   default: 'php_mail'
- mailer_dsn:
-   scheme: 'sendmail'
-   host: 'default'
-   user: null
-   password: null
-   port: null
-   options: []
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
