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 snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val nodeAction: NodeAction = NodeAction.EXECUTE, val error: String = "", val inputs: List<NodeIdentity> = emptyList()) : SourceMetaData

Payload for an SMTP executor node.