You are here

phpmailer_smtp.settings.yml in PHPMailer SMTP 2.1.x

config/install/phpmailer_smtp.settings.yml

File

config/install/phpmailer_smtp.settings.yml
View source
  1. smtp_host: 'localhost'
  2. smtp_hostbackup: ''
  3. smtp_port: 25
  4. smtp_protocol: ''
  5. smtp_username: ''
  6. smtp_password: ''
  7. smtp_hide_password: 0
  8. smtp_authentication_type: 'basic_auth'
  9. smtp_fromname: ''
  10. smtp_always_replyto: 0
  11. smtp_keepalive: 0
  12. smtp_debug: 0
  13. smtp_debug_log: 0
  14. phpmailer_smtp_test: ''
  15. smtp_ssl_verify_peer: 1
  16. smtp_ssl_verify_peer_name: 1
  17. smtp_ssl_allow_self_signed: 0
  18. smtp_envelope_sender_option: 'default'
  19. smtp_envelope_sender: ''
  20. smtp_ehlo_host: ''
  21. smtp_timeout: 30