Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubuns authored Apr 27, 2017
1 parent ea45168 commit b253586
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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)

## Supported Platform

### Send email with image

* iOS

### Send email without image

* OSX
* OSX/Editor
* Windows
* Windows/Editor
* iOS

0 comments on commit b253586

Please sign in to comment.