B&B Electronics, Inc.
SPECTRE Configuration Manual
59
710-10001-02 Rev. 3.0
www.bb-elec.com
www.bb-europe.com
1.22. SMTP configuration
The SMTP (Simple Mail Transfer Protocol) client is used to send emails.
Item
Description
SMTP Server
Address
IP or domain address of the mail server.
Username
Name to email account.
Password
Password to email account.
Own Email
Address
Address of the sender.
Fig. 47: SMTP client configuration
The mobile operator may block other SMTP servers. If this occurs, then you must use the
SMTP server of the operator.
Example settings for the SMTP client:
Fig. 48: SMTP configuration
An E-mail can be sent from the Startup script. The following command is used to send
emails with following parameters.
-t
receiver Email address
-s
subject
-m
message
-a
appendix
-r
number of attempts to send email (default set 2 attempts)
Commands and parameters can be entered only in lowercase.
Example to send email:
–t [email protected] –s “subject“ –m “message“ –a c:\directory\abc.doc –r 5
This command sends an e-mail message to address
with the subject
“
subject”
, body
message “message” and annex “abc.doc” right from the directory c:\directory\
and will attempt 5 times to send the message.