Infos:
- Used Zammad version: 5.3.1-1672769502.c29df3bd.focal
- Used Zammad installation type: package
- Operating system: Ubuntu 20.04
- Browser + version: edge, brave
Expected behavior:
- successfull configuration of email notifications
Actual behavior:
- when I try to setup email notifications I fill out the information and recive the following error.
“”"
error of: 550 5.1.0 Sender is not allowed to send from support.mydomain.com (R2)
“”"
- application.log doesn’t container any errors
note I did some sanitiation, but all info in the json was correct.
“”"
Processing by ChannelsEmailController#notification as JSON
Parameters: {“adapter”=>“smtp”, “options”=>{“host”=>“[myemailhost]”, “user”=>“support@[mydomain]”, “password”=>“[FILTERED]”, “port”=>“[port]”}, “channel_id”=>2}
Completed 200 OK in 781ms (Views: 0.3ms | ActiveRecord: 2.8ms | Allocations: 8800)
“”"
- this is the same email account that I used in the “Email Accounts” and it connected successfully, and can send emails, when replying to tickets.
Thank you in advance for any help.