T
T
e
e
l
l
n
n
e
e
t
t
C
C
o
o
m
m
m
m
a
a
n
n
d
d
:
:
o
o
b
b
j
j
e
e
c
c
t
t
m
m
a
a
i
i
l
l
This command is used to create mail object profile.
S
S
y
y
n
n
t
t
a
a
x
x
object mail show
object mail setdefault
object mail obj INDEX -v
object mail obj INDEX -n Profile Name
object mail obj INDEX -s SMTP Server
object mail obj INDEX -l Use SSL
object mail obj INDEX -m SMTP Port
object mail obj INDEX -a Sender Address
object mail obj INDEX -t Authentication
object mail obj INDEX -u Username
object mail obj INDEX -p Password
object mail obj INDEX -i Sending Interval
S
S
y
y
n
n
t
t
a
a
x
x
D
D
e
e
s
s
c
c
r
r
i
i
p
p
t
t
i
i
o
o
n
n
Parameter Description
show It means to show the contents for all of the profiles.
setdefault It means to return to default settings for all profiles.
[INDEX] It means the index number (from 1 to 10) of the specified mail
object profile.
-v It means to view the information of the specified mail object
profile.
-n [Profile Name] It means to define a name for the mail object profile.
Profile Name: Type a name with less than 15 characters.
-s [SMTP Server] It means to set the IP address of the mail server.
-l [Use SSL] It means to use port 465 for SMTP server for some e-mail server uses
https as the transmission method.
0 – disable
1 – enable to use the port number.
-m [SMTP Port] It means to set the port number for SMTP server.
-a [Sender Address] It means to set the e-mail address (e.g., johnwash@abc.com.tw) of
the sender.
-t Authentication The mail server must be authenticated with the correct username
and password to have the right of sending message out.
0 – disable
1 – enable to use the port number.
-u Username Type a name for authentication. The maximum length of the name
you can set is 31 characters.
-p Password Type a password for authentication. The maximum length of the
password you can set is 31 characters.
-i Sending Interval Define the interval for the system to send the SMS out. The unit is
second.
E
E
x
x
a
a
m
m
p
p
l
l
e
e
> object mail obj 1 –n buyer
> object mail obj 1 -n buyer
> object mail obj 1 -s 192.168.1.98
> object mail obj 1 -m 25
> object mail obj 1 -t 1
> object mail obj 1 -u john
> object mail obj 1 -p happy123456
> object mail obj 1 -i 25
> object mail obj 1 -v
Profile Index: 1
Profile Name:[buyer]
SMTP Server:[192.168.1.98]
SMTP Port:[25]
Sender Address:[]
Use SSL:[disable]
Authentication:[enable]
Username:[john]