beautypg.com

B&B Electronics RT3G-300_310_320_330_340-W - Configuration Manual User Manual

Page 56

background image

B&B Electronics, Inc.

SPECTRE Configuration Manual

56

SPECTRE_Configuration_Manual_2912m

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. 46: 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. 47: 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:

email

–t [email protected] –s “subject“ –m “message“ –a c:\directory\abc.doc –r 5

This command sends an e-mail message to address [email protected] 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.