Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyubuns/UniMail
Send mail (with image) from unity
https://github.com/kyubuns/UniMail
unity
Last synced: 3 months ago
JSON representation
Send mail (with image) from unity
- Host: GitHub
- URL: https://github.com/kyubuns/UniMail
- Owner: kyubuns
- License: mit
- Created: 2017-04-27T03:16:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T13:29:14.000Z (almost 6 years ago)
- Last Synced: 2024-07-14T13:35:57.400Z (4 months ago)
- Topics: unity
- Language: C#
- Size: 25.4 KB
- Stars: 24
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - UniMail - Send mail (with image) from unity (Script Utility)
README
# UniMail
## Sample
```csharp
using UnityEngine;
using UniMail;public class Sample : MonoBehaviour
{
public void Start()
{
Mail.Send("[email protected]", "subject", "body1\nbody2");
}
}
```Sample Script: [Sample.cs](https://github.com/kyubuns/UniMail/blob/master/Assets/Plugins/UniMail/Sample/Sample.cs)
## How to use
* Import unity package https://github.com/kyubuns/UniMail/releases
## Supported Platform
### Send email with image
* iOS
### Send email without image
* OSX
* OSX/Editor
* Windows
* Windows/Editor
* iOS