UniMail

April 27, 2017 ยท View on GitHub

Sample

using UnityEngine;
using UniMail;

public class Sample : MonoBehaviour
{
    public void Start()
    {
        Mail.Send("unimail@example.com", "subject", "body1\nbody2");
    }
}

Sample Script: 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

Contents

  1. 1Sample
  2. 2How to use
  3. 3Supported Platform
  4. 3.1Send email with image
  5. 3.2Send email without image