fix: use NetBox SMTP sender address

This commit is contained in:
2026-07-29 12:26:57 +02:00
parent 157c891cde
commit 919b2d01e5
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ limitations under the License.
from netbox.plugins import PluginConfig
from django.utils.translation import gettext_lazy as _
__version__ = "1.12.2"
__version__ = "1.12.3"
class SLMConfig(PluginConfig):