Skip to content

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
  • A is 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
  • A is 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
  • A is 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
  • A is 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
  • A is 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
  • A is 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
  • A is 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
  • A is text of email, string

Example:

http://192.168.1.100/stm.cgi?em8=text