The Aloaha IoT device includes an embedded SMTP Client. The is useful if you need to send sensor results to a given mail address.
To configure the SMTP Client please telnet the device on port 23.
For example: C:\> telnet Aloaha_IoT 25
Once you are connected you can configure: SMTP Server Address, Mail From, Mail From Name (optional), and Mail To.
To configure the SMTP Port type: config SMTPport 25
The SMTP Server Address can be configured with the following command:
config SMTPServer 192.168.0.100
Analogue to the above commands you can configure as well:
config MailFrom info@aloaha.com
config MailName AloahaLTD
config MailTo 192.168.0.100