SMTPMetaData

constructor(host: String = "", port: Int = 587, username: String = "", token: String = "", fromAddress: String = "", toAddress: String = "", sources: List<NodeIdentity> = emptyList(), targets: List<NodeIdentity> = emptyList(), executionSource: List<ExecutionSource> = emptyList(), error: String = "")(source)