You are here

service yamlform.email_provider in YAML Form 8

Class

Drupal\yamlform\YamlFormEmailProvider
4 string references to yamlform.email_provider
yamlform_modules_installed in ./yamlform.module
Implements hook_modules_installed().
yamlform_modules_uninstalled in ./yamlform.module
Implements hook_modules_uninstalled().
yamlform_requirements in ./yamlform.install
Implements hook_requirements().
yamlform_update_8029 in includes/yamlform.update.inc
Issue #2770071 by jrockowitz: Compatibility with SMTP authentication.

File

./yamlform.services.yml
yamlform.services.yml

View source
  1. class: Drupal\yamlform\YamlFormEmailProvider
  2. arguments:
  3. - '@config.factory'
  4. - '@module_handler'
  5. - '@plugin.manager.mail'