Skip to content

WiSeekerMS/unity-email-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Email Messages - Unity Plugin

📝 Documentation

To send messages via the SMTP protocol, you must create a password for the external application. This password is specified in the Password field of the config file

Configuration File Example:

Login: example@mail.ru
Password: 12345

Host: smtp.mail.ru
Port: 25
Timeout: 5000
EnableSSL: true

FromMailAddress: example@mail.ru
ToMailAddress: recipient@mail.ru

⚖️ License

Usage is provided under the MIT License.