Email¶
/stm.cgi?testemail=1¶
Send a test email.
GET /stm.cgi?testemail=1
Example:
http://192.168.1.100/stm.cgi?testemail=1
/stm.cgi?em1=A¶
Set the SMTP server address.
GET /stm.cgi?em1=A
Ais the SMTP server address, string
Example:
http://192.168.1.100/stm.cgi?em1=smtp.com
/stm.cgi?em2=A¶
Set the SMTP server port.
GET /stm.cgi?em2=A
Ais the SMTP server port, integer
Example:
http://192.168.1.100/stm.cgi?em2=587
/stm.cgi?em3=A¶
Set the username to authenticate with the SMTP server.
GET /stm.cgi?em3=A
Ais the username, string
Example:
http://192.168.1.100/stm.cgi?em3=user
/stm.cgi?em4=A¶
Set a password to authenticate with the SMTP server.
GET /stm.cgi?em4=A
Ais the password, string
Example:
http://192.168.1.100/stm.cgi?em4=pass
/stm.cgi?em5=A¶
Set the recipient's email address.
GET /stm.cgi?em5=A
Ais the recipient's email address, string
Example:
http://192.168.1.100/stm.cgi?em5=reciver@com.pl
/stm.cgi?em6=A¶
Set the sender email address.
GET /stm.cgi?em6=A
Ais the sender's email address, string
Example:
http://192.168.1.100/stm.cgi?em6=sender@com.pl
/stm.cgi?em7=A¶
Set the email subject.
GET /stm.cgi?em7=A
Ais the subject of the email, string
Example:
http://192.168.1.100/stm.cgi?em7=subject
/stm.cgi?em8=A¶
Set email text.
GET /stm.cgi?em8=A
Ais text of email, string
Example:
http://192.168.1.100/stm.cgi?em8=text