Anybus® CompactCom 40 - EtherNet/IP IIoT Secure

Services

api/services/config/smtp.json
GET api/services/config/smtp.json

Note

Password is not returned when retrieving the settings.

Name

Data Type

Note

server

String

Server URL, 64 characters in the format [<protocol>://]<server address>[:<port>].

See SMTP Server URL format for URL format options.

user

String

-

[
   { "server": "192.168.0.55"},
   { "user": "test"}
]

Set:

Form data:

[
   [server=192.168.0.56]&[user=test2]&[password=secret],
]