Awesome
UniMail
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