Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / system / migration_templates / d7_system_mail.yml
1 id: d7_system_mail
2 label: Drupal 7 system mail configuration
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: variable
7   variables:
8     - mail_system
9   source_module: system
10 process:
11   'interface/default':
12     plugin: static_map
13     source: 'mail_system/default-system'
14     map:
15       DefaultMailSystem: php_mail
16       MailTestCase: test_mail_collector
17 destination:
18   plugin: config
19   config_name: system.mail