193
SGD Printer Settings
ip.pop3.server_addr
12/16/13 EPL Programming Guide 14245L-003 Rev. A
ip.pop3.server_addr
Description This printer setting refers to the POP3 server IP address that the printer contacts
when checking for new mail. This only applies if "ip.pop3.enable" is set to on. For
printer support, see SGD Command Support on page 315.
Type getvar; setvar
This table identifies the commands for this format:
Note • For details on SGD command structure, see Command Structure onpage 638.
Commands Details
getvar This command instructs the printer to respond with the POP3 server
address.
Format: ! U1 getvar "ip.pop3.server_addr"
setvar This command instructs the printer to change the POP3 server address.
Format: ! U1 setvar "ip.pop3.server_addr" "value"
Valu e s : Any valid POP3 server address
Default: "0.0.0.0"
Example • This setvar example shows the value set to "10.3.5.10".

! U1 setvar "ip.pop3.server_addr" "10.3.5.10"

When the setvar value is set to "10.3.5.10", the getvar result is "10.3.5.10".