You are here

service smtp.connection_tester in SMTP Authentication Support 8

Class

Drupal\smtp\ConnectionTester\ConnectionTester
2 string references to smtp.connection_tester
ConnectionTesterTest::testHookRequirements in tests/src/Kernel/ConnectionTester/ConnectionTesterTest.php
Test for hookRequirements().
smtp_requirements in ./smtp.install
Implements hook_requirements().

File

./smtp.services.yml
smtp.services.yml

View source
  1. class: Drupal\smtp\ConnectionTester\ConnectionTester
  2. arguments:
  3. - '@config.factory'
  4. - '@smtp.logger_channel'
  5. - '@plugin.manager.mail'