Manual VIPA TM-E
Chapter 4
Deployment TM-E
HB39E - TME - RE_900-1E650 - Rev. 09/11
3-47
•
For the eMail configuration navigate via
Configuration
>
System setup
to the page "General". Open the page "SMTP (Mails)" in the navigation
tree
Net services
.
•
Enter the following parameters:
SMTP server address
:
Server address of your eMail provider (outbox).
SMTP server port
:
Default 25, this is to be changed very rarely.
eMail "from"
:
Your eMail address.
User name
:
Your eMail user name.
In most cases it is the same as the eMail
address.
Password
:
Your eMail password.
•
Click at [Update].
To be able to react to a request SMS, a script at your TM-E module is
necessary. The configuration of the script happens with the following
approach:
•
Navigate to
Configuration
>
Script settings
.
•
Stop if not just happened the script processing with [STOP (currently
started)].
•
Click at [New section], type in as script name "Report" and enter the
following programming code:
Report:
a%=Getsys Prg,"SmsRead"
If(a%<>0) Then
s%=s%+1
PRINT "SMS Nr: ";s%
f$=Getsys Prg,"smsfrom"
Print"From:";f$
Print Getsys Prg,"smsdate"
a$=Getsys Prg,"smsmsg"
Print "Message: ";a$
b$=f$+",gsm,0"
If(a$="A1") THEN
c$="Received message: "+a$
d$="Report is sent to your eMail"
Sendsms b$,d$
Sendmail "mailaddress","","Event-Mail
","&[$dtEV $ftH $st_d1]"
Else
e$="Wrong instruction"
Sendsms b$,e$
Endif
Goto A1_Quit
Endif
End
For
mailaddress
type in your eMail address.
Configuration of the
eMail functionality
Script for requesting
an eMail report via
SMS