Email Connector Guide > Email Connections > Publishing Email Connections
  

Publishing Email Connections

After you create an Email connection, you can validate, save, and publish the connection. For more information, see Design.
When you publish an Email connection, Application Integration creates the following items on the Metadata tab:
sendEmailService
sendEmailService is the action that you must select in a Service step of a process or guide to send an email.
The following image shows the sendEmailService action:
The image shows the sendEmailService action.
AttachmentInformation
The AttachmentInformation object defines the attachments to be sent with the email. You can use XQuery attachment functions to construct attachments. For more information about creating and using attachments, see the following link: Attachments.
The following image shows the AttachmentInformation object:
The image shows the AttachmentInformation object with the name, content, and mimeType fields.
EmailTaskInput
The EmailTaskInput object defines the input for the email. The object defines the recipients, email subject, email content type, email body, and attachment information.
The following image shows the EmailTaskInput object:
The image shows the EmailTaskInput object with the to, cc, bcc, subject, contentType, body, and attachment fields.
EmailTaskOutput
The EmailTaskOutput object defines the response of the sendEmailService action. The object defines whether the email was sent successfully, and also lists the following details:
The following image shows the EmailTaskOutput object:
The image shows the EmailTaskOutput object with the validSentAddress, validUnsentAddress, invalidAddress, and status fields.