Package-level declarations

Types

Link copied to clipboard
@Serializable
data class SMTPMetaData(val host: String = "", val port: Int = 587, val username: String = "", val token: String = "", val fromAddress: String = "", val toAddress: String = "", val sources: List<NodeIdentity> = emptyList(), val targets: List<NodeIdentity> = emptyList(), val executionSource: List<ExecutionSource> = emptyList(), val error: String = "") : TargetingNodeMetaData

Payload for an SMTP executor node.