- Issue created by @arnoldbird
After uninstalling module the password is cleared from the smtp.settings configuration and we need to set the password again.
- πΊπΈUnited States arnoldbird
After uninstalling and re-installing the module, I continue to see the password filled in. See attached screenshot. However, I suspect this might just be something my browser is doing.
- π¬π§United Kingdom aaron.ferris
Does feel like a browser saved password perhaps, ive just tried the following:
Drupal 10.2.4
SMTP 8.x-1.2- Enable SMTP
- Check the
smtp.settings
config - Empty strings as expected
- Go to
admin/config/system/smtp
- Add a bunch of the settings, including password
- Save
- Export
smtp.settings
- Configured values show as expected
- Uninstall smtp
smtp.settings
config no longer exists- Re-enable smtp
- Export
smtp.settings
Result:
_core: default_config_hash: (random hash) smtp_on: false smtp_host: '' smtp_hostbackup: '' smtp_port: '25' smtp_protocol: standard smtp_autotls: true smtp_timeout: 30 smtp_username: '' smtp_password: '' smtp_from: '' smtp_fromname: '' smtp_client_hostname: '' smtp_client_helo: '' smtp_allowhtml: '' smtp_test_address: '' smtp_reroute_address: '' smtp_debugging: false prev_mail_system: php_mail smtp_keepalive: false