You are here

smtp.services.yml in SMTP Authentication Support 8

File

smtp.services.yml
View source
  1. services:
  2. smtp.logger_channel:
  3. class: Drupal\Core\Logger\LoggerChannel
  4. factory: logger.factory:get
  5. arguments: ['smtp']
  6. smtp.config:
  7. class: Drupal\Core\Config\Config
  8. factory: config.factory:getEditable
  9. arguments: ['smtp.settings']
  10. smtp.connection_tester:
  11. class: Drupal\smtp\ConnectionTester\ConnectionTester
  12. arguments: ['@config.factory', '@smtp.logger_channel', '@plugin.manager.mail']