Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Sending an Email

Hey guys,

Looking into sending an email from my app to confirm to an Admin or outside user so show that something has been completed in app. Is there anyway in Hololens to just use the simple SMTP that I've used in older WPF and Unity apps? Or is that just not supported in UWP?

Thanks

Answers

  • Options

    Probably not supported b the HoloLens because it uses unity which uses monodevelop and because of that uses .Net core 3.5

    Would look into Unity.web for some functions that might support this.

  • Options
    edited April 2017

    Hey,

    MailKit might do the job for you.

    Wrap your code with #IF NETFX_CORE and you'll be fine i think :) More informations about that here : https://docs.unity3d.com/Manual/windowsstore-scripts.html

    I was looking to do the same thing, tell me if it's working for you !

    Junior Consultant at Astrakhan

Sign In or Register to comment.