JVC VN-V26U Security Camera User Manual


 
Allowed users admin, operator, user
Setting SMTP Server Port Number for VN-V25/26
Format
/api/param?application.smtp.port=data
Example
/api/param?application.smtp.port=25
Example of Response
application.smtp.port&200 OK
Interpretation Change the port number setting of the SMTP server.
Allowed users admin, operator
Getting Sender Mail Address Setting from VN-V25/26
Format
/api/param?application.smtp.mailfrom
Example of Response
application.smtp.mailfrom=somebody@somecompany.com&200 OK
Interpretation Acquire sender mail address setting. POP user name is used as local part of sender mail address
when sender mail address setting is blank. When POP user name is also blank, the local-part is set to
"vn_v25@hostname". When the hostname is also blank, SMTP server decide sender mail address.
Allowed users admin, operator, user
Setting Sender Mail Address for VN-V25/26
Format
/api/param?application.smtp.mailfrom=data
Example
/api/param?application.smtp.mailfrom=somebody@somecompany.com
Example of Response
application.smtp.mailfrom&200 OK
Interpretation Change sender mail address setting. Maximum text number of sender mail address is 96.
Alphanumeric and followings are available.
! # $ % & ' * + - / = ? ^ _ ` { } | ~
POP user name is used as local part of sender mail address when sender mail address setting is blank. When POP user
name is also blank, the local-part is set to "vn_v25@hostname". When the hostname is also blank, SMTP server
decide sender mail address.
Allowed users admin, operator
Getting "POP before SMTP" Setting from VN-V25/26
Format
/api/param?application.smtp.type
Example of Response
application.smtp.type=pbs&200 OK
Interpretation Acquire the "POP before SMTP" setting. "simple" is returned when this is set to off. "pbs" is
returned when this is set to on.
Allowed users admin, operator, user
40