Chapter 6 – Configuration Scripts
Multi-Tech Systems, Inc. MultiConnect AW User Guide
51
; wait 'OK'
; sendln "5 B ?????" ; Choice for the last parameter: Enter the SMTP password
; wait 'OK'
; sendln "5 C 25" ; Choice for the last parameter: Enter the SMTP portnum
; wait 'OK'
; sendln "5 D ON" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
; sendln "5 E ?????" ; Choice for the last parameter: Enter the SMTP server
; wait 'OK'
; sendln "5 F ?????" ; Choice for the last parameter: Enter the SMTP domain
; wait 'OK'
; sendln "5 G ?????" ; Choice for the last parameter: Enter the SMTP sender's name
; wait 'OK'
; sendln "5 H ?????" ; Choice for the last parameter: Enter the SMTP sender's address
; wait 'OK'
; sendln "5 I ?????" ; Choice for the last parameter: Enter the SMTP recipient's address
; wait 'OK'
;----------------------------------------------------------------------------------------------
; Debug section - Enable or Disable debug
;----------------------------------------------------------------------------------------------
; sendln "8 Y" ; Choices for the last parameter: "Y", "N"
; wait 'OK'
;------------------------------------------------------------------------------------------------------
; Wireless Connection - save this option for last because if "Always On" is selected, the system
; will start the connection right away!
;------------------------------------------------------------------------------------------------------
sendln "1 D ON_DEMAND" ; Choices for the last parameter: "ON_DEMAND", "ALWAYS_ON"
wait 'OK'
;--------------------------------------------------------------
; Save Configuration?
;--------------------------------------------------------------
sendln "SAVE"
wait 'OK'
;--------------------------------------------------------------
; Configuration is done
;--------------------------------------------------------------
sendln "FINISH"