public final class SendCommand extends Object
| Constructor and Description |
|---|
SendCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
send(SenderConnection connection,
SMTPConfiguration configuration,
EmailBuilder emailBuilder)
Send an email message.
|
public void send(SenderConnection connection, SMTPConfiguration configuration, EmailBuilder emailBuilder)
toAddresses, ccAddresses,
bccAddresses specified in the emailBuilder.connection - the connection associated to the operation.configuration - the specified configuration to send the email.emailBuilder - the email emailBuilder used to create the email that is going to be sent.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.