Location2=7
- Last UpdatedFeb 14, 2023
- 1 minute read
If Location2 is 7, the required keyword is DEVICE=. Its value specifies a POP3 server; for example,
DEVICE=pop3.mycompany.com
By default, the interface assumes that the specified POP3 server uses port 110. If the POP3 server is not using port 110, specify the port number using the optional PORT= keyword. For example,
DEVICE=pop3.mycompany.com; PORT=2110;
By default, the interface expects a reply that contains the text +OK. If the user wants the Interface to expect another reply, specify this text using the optional REPLY= keyword. For example,
DEVICE=pop3.mycompany.com; REPLY=server is ready;