Infos:
- Used Zammad version: 6.0.0
- Used Zammad installation type: package
- Operating system: Debian 10
- Browser + version: Firefox 115.0.2
Expected behavior:
- Save the settings correctly and enable the Channel.
Actual behavior:
- Trying to save settings shows: 501 5.1.7 Invalid address
Steps to reproduce the behavior:
- Settings => Channels => Email => Accounts => Send email notification
- Data to fullfill the form: Host: smtp.mydomain.com, Username: support@mydomain.com, Password: current_password, Port: 587.
Extra info
I have tried to review this setting via Rails console. After some searching I have found this:
#<Channel:0x00007fea78479428 id: 1, group_id: 1, area: "Email::Notification", options: {"outbound"=> {"adapter"=>"smtp", "options"=> {"host"=>"smtp.mydomain.com", "user"=>"support@mydomain.com", "password"=>"current_password", "port"=>"587", "domain"=>"mydomain.com", "enable_starttls_auto"=>true, "openssl_verify_mode"=>"none"}}}, active: true, preferences: {"online_service_disable"=>true}, last_log_in: nil, last_log_out: "Can't use Channel::Driver::Smtp: #<Net::SMTPAuthenticationError: Net::SMTPAuthenticationError>", status_in: nil, status_out: "error", updated_by_id: 147, created_by_id: 1, created_at: Fri, 20 Aug 2021 11:33:01.503000000 UTC +00:00, updated_at: Thu, 20 Jul 2023 09:49:17.743000000 UTC +00:00>