I am trying to implement a report bug feature in my unity project where by the player can send an email to the developer. To do this I need the Mimekit and mailkit namespace in Vs 2022.
I have installed the mailkit and Mimekit packages in my Visual studio project. How ever when I try to access it with it’s namespace "using MailKit " and “Using Mimekit”, Visual studio doesn’t recognise the namespace.
I have tried closing Vs code, uninstalling and reinstalling, checking my solution explorer and Nuget package manager to make sure it exist. Despite nothing being wrong with either of these, the namespace isn’t still recognised.
Is there another way I could solve this issue