SGD Printer Settings
ip.smtp.server_addr
198
14245L-003 Rev. A EPL Programming Guide 12/16/13
ip.smtp.server_addr
Description This printer setting refers to the IP address of the SMTP server used for sending
email. 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 current SMTP
server address.
Format: ! U1 getvar "ip.smtp.server_addr"
setvar This command instructs the printer to change the SMTP server address.
Format: ! U1 setvar "ip.smtp.server_addr" "value"
Valu e s : Any valid IP address.
Default: 0.0.0.0
Example • This setvar example shows the value set to 10.10.10.10.

! U1 setvar "ip.smtp.server_addr" "10.10.10.10"

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