the SMTP client is a disposable yet in the template neither ‘client.dispose()’ or ‘using var client = …’ is used which can cause resource leaks. Developers with little to no knowledge might not know about this so consider updating the C# template to ensure best practices are used.

