Hello, I am currently developing an add-in for zenon 12 for my company and I would like to send emails directly from my add-in. The previous solution was to call a zenon function that would call a python script that is responsible for sending the email, but this is not a very efficient way of doing things. I have made a code using the .Net.Mail library that works in a C# script, but once I run it in zenon it refuses to work. I have tried to follow the wiki for zenon driver extension (
https://github.com/COPA-DATA/DriverExtensions/wiki) but without success. Has anyone tried and or succeeded at this?