Using Mailkit for emal

Has anybody used Mailkit to create an email application in Radzen? If so, anybody have any examples they can share?

Hi daveg1466,

yes, I use MailKit (3.2) with .NET 6 and Radzen 3.18.13.

My classes and MailController based on these examples:

PS: If you create an invoke method, it's nessessary to restart the Radzen IDE else it will not be visible and selectable inside of the IDE.

There's refresh button, it's always worked for me without having to restart. Thanks for the tips!

Of course I tried the refresh button, but it didn't work reliably.
Therefore the hint to restart the IDE as workaround for this trouble.