Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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