Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 520 Bytes

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.