You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// Email Delivery Submission API
6
+
//
7
+
// Use the Email Delivery API to send high-volume and application-generated emails.
8
+
// For more information, see Overview of the Email Delivery Service (https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
9
+
//
10
+
11
+
package emaildataplane
12
+
13
+
import (
14
+
"fmt"
15
+
"github.com/oracle/oci-go-sdk/v65/common"
16
+
"strings"
17
+
)
18
+
19
+
// EmailRawSubmittedResponse Response object that is returned to sender upon successfully submitting the email request.
20
+
typeEmailRawSubmittedResponsestruct {
21
+
22
+
// Email Delivery generated unique Envelope ID of the email submission. If you need to contact Email Delivery about a particular request, please provide the Envelope ID.
Copy file name to clipboardExpand all lines: emaildataplane/email_submitted_response.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import (
19
19
// EmailSubmittedResponse Response object that is returned to sender upon successfully submitting the email request.
20
20
typeEmailSubmittedResponsestruct {
21
21
22
-
// The unique ID for the email's Message-ID header used for service log correlation. The submission will return an error if the syntax is not a valid RFC 5322 Message-ID. This will be generated if not provided.
22
+
// The unique ID for the email's Message-ID header used for service log correlation.
0 commit comments