Skip to content

kyubuns/UniMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniMail

Sample

using UnityEngine;
using UniMail;

public class Sample : MonoBehaviour
{
    public void Start()
    {
        Mail.Send("[email protected]", "subject", "body1\nbody2");
    }
}

Sample Script: Sample.cs

How to use

Supported Platform

Send email with image

  • iOS

Send email without image

  • OSX
  • OSX/Editor
  • Windows
  • Windows/Editor
  • iOS

About

Send mail (with image) from unity

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published