phpmailer_smtp.settings.yml in PHPMailer SMTP 2.0.x
Same filename and directory in other branches
config/install/phpmailer_smtp.settings.yml
4 string references to 'phpmailer_smtp.settings'
- PhpMailerSmtp::__construct in src/
Plugin/ Mail/ PhpMailerSmtp.php - Constructor.
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
- SettingsForm::submitForm in src/
Form/ SettingsForm.php - Form submission handler.
File
config/install/phpmailer_smtp.settings.ymlView source
- smtp_host: 'localhost'
- smtp_hostbackup: ''
- smtp_port: 25
- smtp_protocol: ''
- smtp_username: ''
- smtp_password: ''
- smtp_hide_password: 0
- smtp_fromname: ''
- smtp_always_replyto: 0
- smtp_keepalive: 0
- smtp_debug: 0
- smtp_debug_log: 0
- phpmailer_smtp_test: ''
- smtp_ssl_verify_peer: 1
- smtp_ssl_verify_peer_name: 1
- smtp_ssl_allow_self_signed: 0
- smtp_envelope_sender_option: 'default'
- smtp_envelope_sender: ''
- smtp_ehlo_host: ''
- smtp_timeout: 30