Hi, still struggling with this, but is it possible that the Zammad trigger is using the “account” rather than the “Email Notification” settings?
I don’t think I can alter the port for the “Account” settings in the Zammad UI to change, but is it possible to set this somewhere else somehow on an environment?
Hi.
Yes, all e-mails Zammad generates via triggers or the scheduler use the Account settings. The “notification” settings are used for automatic system / agent notifications.
I don’t suppose you can point me to the code which sends the mail for triggers, and has the various mail values in there? I cannot seem to get it to work, so want to fire it off, and look at things like the port etc.
Thanks, we have it setup using a rails command on our stage site, and clicking edit things look fine, but the email is not going through port 1025 as far as I can tell (as mailhog isn’t picking it up).
I am wondering whether the rails command is causing issues, or maybe the fact we have invalid “incoming” settings is also breaking the “outgoing” settings. Which I think I could determine with the code and some debugging outputs.
Hard to tell without knowing what you did. Generally people creating a notification channel are breaking stuff technically, so the outcome is unknown and out of application scope.
Thanks for the help, I am a little confused I am afraid though.
As far as I can see, triggers do not get assigned groups when we create them (at least, I don’t see a “groups” field I can edit).
I can see that on /#channels/email there is a “Destination Group” set, would this mean that all triggers use this same group, or am I going down the wrong path?
Thanks, I had been looking at that groups management page. I can see that our “Group” has an email set, but that is in a dropdown. Where does that email get pulled from, as I am guessing you feel I need to set the port wherever that is configured.