[UWP]在应用程序内的UWP中发送和发送电子邮件

[UWP]在应用程序内的UWP中发送和发送电子邮件

问题描述:


嘿伙计们,

Hey guys,


考虑从我的应用程序发送电子邮件以确认给管理员或外部用户,以便显示某些内容已在应用程序中完成。在UWP中是否只使用我在旧版WPF和Unity应用程序中使用的简单SMTP?

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 UWP to just use the simple SMTP that I've used in older WPF and Unity apps?


或者UWP中不支持;如果是这样,我怎么去发送电子邮件。 

Or is that just not supported in UWP; and if so how do I then go about sending an email. 


我宁愿避免打开任何外部URI只是为了简化用户。 

I would prefer to avoid opening any external URI just to simplify it for the user. 


谢谢

不受支持。您可以ping回服务器并从那里发送电子邮件。 
not supported. You can ping back to your server and send email from there though.