yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
891 stars 131 forks source link

How to Add receiver E-mail #79

Closed Keshavjps28 closed 4 years ago

Keshavjps28 commented 4 years ago

Kindly tell if any function exists for adding the receiver's Email ("TO" field) in the Email client Automatically by clicking the sharing button and I am using SetTarget(), Or any other way I can add the receiver's E-mail other than using SMTP.

yasirkula commented 4 years ago

There is no built-in support for it. But it can be achieved by modifying the native source code on Android (not sure about iOS): https://forum.unity.com/threads/native-share-for-android-ios-open-source.519865/page-5#post-4431853

Keshavjps28 commented 4 years ago

Thanks for your help!!!

Keshavjps28 commented 4 years ago

Can I submit the PR for the same

yasirkula commented 4 years ago

Sure! But please follow the same coding style, use Windows file endings and use tabs instead of spaces.