Unity Development
Welcome to Unity development, where you can share insights, ask questions, and address challenges with fellow Unity developers. This forum is ideal for discussing all things related to Unity.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Welcome to the Meta Developer Forum!

Welcome to the Meta Developer Forum! This is a community-driven space where you can share insights, ask questions, and address challenges with fellow developers. Our goal is to create a supportive and respectful environment where everyone can learn f...

How to send an email from Quest 3 standalone app?

Hello,I am using SmtpClient which works well in the Editor for sending an email with attachments from the app. I am logging in to a Gmail account with 2FA and app password.var smtpClient = new SmtpClient("smtp.gmail.com", 587){ Credentials = new Netw...

Yuli0203 by Honored Guest
  • 1181 Views
  • 4 replies
  • 0 kudos

Email sender problem unity quest 2

Hello everyone, I'm having problems when sending a report by email from a medical app I'm developing for oculus quest 2, I have made the following code, it works perfectly sending the email from the editor, but when compiling the apk and want to send...

Labels