Properties

Item used to send emails. The Sink.Smtp item will automatically use TLS if the server supports the STARTTLS command.

The Sink.Smtp item type has the following properties:

NameDescriptionIDFlags
ServerAddress of smtp server, e.g. 'smtp.office365.com:587'10500Persisted
UsernameUsername used to authenticate with the smtp server10510Persisted
PasswordPassword used to authenticate with the smtp server10520Persisted
FromEmail address used in the 'From:' field10530Persisted
ToEmail address(es) used in the 'To:' field10540Persisted
CcEmail address(es) used in the 'Cc:' field10550Persisted
BccEmail address(es) used in the 'Bcc:' field10560Persisted
ImportanceValue of 'Importance:' field (0=Normal, 1=High, 2=Low)10560Persisted, DynamicEnumeration
IsConsumerThis attribute is TRUE on items that can consume events10010ReadOnly, InfoPage
IsProducerThis attribute is TRUE on items that can produce events10020ReadOnly, InfoPage

See also Predefined Item Properties and OPC DA Properties