UTMail  1.1
Email Composition and Sending Plugin
Public Member Functions | Public Attributes | List of all members
UT.MailSample.UTMailSample Class Reference

Sample script (MonoBehaviour) demonstrating various UTMail features. More...

Inheritance diagram for UT.MailSample.UTMailSample:

Public Member Functions

void Compose ()
 Demonstrates the email composing feature. More...
 
void Send ()
 Demonstrates the email sending feature. More...
 
UT.MailMessage PrepareMailMessage ()
 Builds UT.MailMessage which is then can be used for composing or sending. More...
 

Public Attributes

string EmailAddress = ""
 
string EmailAccount = ""
 
string Password = ""
 
string SmtpServer = ""
 
int SmtpPort = 0
 
bool EnableSSL = true
 
InputField To
 
InputField Cc
 
InputField Bcc
 
InputField Attachment
 
InputField Subject
 
InputField Body
 
Toggle HTMLBody
 
Button ComposeButton
 
Button SendButton
 

Detailed Description

Sample script (MonoBehaviour) demonstrating various UTMail features.

Member Function Documentation

◆ Compose()

void UT.MailSample.UTMailSample.Compose ( )

Demonstrates the email composing feature.

◆ PrepareMailMessage()

UT.MailMessage UT.MailSample.UTMailSample.PrepareMailMessage ( )

Builds UT.MailMessage which is then can be used for composing or sending.

Returns
The ready to use UT.MailMessage.

◆ Send()

void UT.MailSample.UTMailSample.Send ( )

Demonstrates the email sending feature.


The documentation for this class was generated from the following file: