Documentation ¶
Overview ¶
Package ses provides a client for Amazon Simple Email Service.
Index ¶
- type Body
- type Content
- type DeleteIdentityInput
- type DeleteIdentityOutput
- type DeleteVerifiedEmailAddressInput
- type DeleteVerifiedEmailAddressOutput
- type Destination
- type GetIdentityDKIMAttributesInput
- type GetIdentityDKIMAttributesOutput
- type GetIdentityNotificationAttributesInput
- type GetIdentityNotificationAttributesOutput
- type GetIdentityVerificationAttributesInput
- type GetIdentityVerificationAttributesOutput
- type GetSendQuotaInput
- type GetSendQuotaOutput
- type GetSendStatisticsInput
- type GetSendStatisticsOutput
- type IdentityDKIMAttributes
- type IdentityNotificationAttributes
- type IdentityVerificationAttributes
- type ListIdentitiesInput
- type ListIdentitiesOutput
- type ListVerifiedEmailAddressesInput
- type ListVerifiedEmailAddressesOutput
- type Message
- type RawMessage
- type SES
- func (c *SES) DeleteIdentity(input *DeleteIdentityInput) (*DeleteIdentityOutput, error)
- func (c *SES) DeleteIdentityRequest(input *DeleteIdentityInput) (req *aws.Request, output *DeleteIdentityOutput)
- func (c *SES) DeleteVerifiedEmailAddress(input *DeleteVerifiedEmailAddressInput) (*DeleteVerifiedEmailAddressOutput, error)
- func (c *SES) DeleteVerifiedEmailAddressRequest(input *DeleteVerifiedEmailAddressInput) (req *aws.Request, output *DeleteVerifiedEmailAddressOutput)
- func (c *SES) GetIdentityDKIMAttributes(input *GetIdentityDKIMAttributesInput) (*GetIdentityDKIMAttributesOutput, error)
- func (c *SES) GetIdentityDKIMAttributesRequest(input *GetIdentityDKIMAttributesInput) (req *aws.Request, output *GetIdentityDKIMAttributesOutput)
- func (c *SES) GetIdentityNotificationAttributes(input *GetIdentityNotificationAttributesInput) (*GetIdentityNotificationAttributesOutput, error)
- func (c *SES) GetIdentityNotificationAttributesRequest(input *GetIdentityNotificationAttributesInput) (req *aws.Request, output *GetIdentityNotificationAttributesOutput)
- func (c *SES) GetIdentityVerificationAttributes(input *GetIdentityVerificationAttributesInput) (*GetIdentityVerificationAttributesOutput, error)
- func (c *SES) GetIdentityVerificationAttributesRequest(input *GetIdentityVerificationAttributesInput) (req *aws.Request, output *GetIdentityVerificationAttributesOutput)
- func (c *SES) GetSendQuota(input *GetSendQuotaInput) (*GetSendQuotaOutput, error)
- func (c *SES) GetSendQuotaRequest(input *GetSendQuotaInput) (req *aws.Request, output *GetSendQuotaOutput)
- func (c *SES) GetSendStatistics(input *GetSendStatisticsInput) (*GetSendStatisticsOutput, error)
- func (c *SES) GetSendStatisticsRequest(input *GetSendStatisticsInput) (req *aws.Request, output *GetSendStatisticsOutput)
- func (c *SES) ListIdentities(input *ListIdentitiesInput) (*ListIdentitiesOutput, error)
- func (c *SES) ListIdentitiesPages(input *ListIdentitiesInput, ...) error
- func (c *SES) ListIdentitiesRequest(input *ListIdentitiesInput) (req *aws.Request, output *ListIdentitiesOutput)
- func (c *SES) ListVerifiedEmailAddresses(input *ListVerifiedEmailAddressesInput) (*ListVerifiedEmailAddressesOutput, error)
- func (c *SES) ListVerifiedEmailAddressesRequest(input *ListVerifiedEmailAddressesInput) (req *aws.Request, output *ListVerifiedEmailAddressesOutput)
- func (c *SES) SendEmail(input *SendEmailInput) (*SendEmailOutput, error)
- func (c *SES) SendEmailRequest(input *SendEmailInput) (req *aws.Request, output *SendEmailOutput)
- func (c *SES) SendRawEmail(input *SendRawEmailInput) (*SendRawEmailOutput, error)
- func (c *SES) SendRawEmailRequest(input *SendRawEmailInput) (req *aws.Request, output *SendRawEmailOutput)
- func (c *SES) SetIdentityDKIMEnabled(input *SetIdentityDKIMEnabledInput) (*SetIdentityDKIMEnabledOutput, error)
- func (c *SES) SetIdentityDKIMEnabledRequest(input *SetIdentityDKIMEnabledInput) (req *aws.Request, output *SetIdentityDKIMEnabledOutput)
- func (c *SES) SetIdentityFeedbackForwardingEnabled(input *SetIdentityFeedbackForwardingEnabledInput) (*SetIdentityFeedbackForwardingEnabledOutput, error)
- func (c *SES) SetIdentityFeedbackForwardingEnabledRequest(input *SetIdentityFeedbackForwardingEnabledInput) (req *aws.Request, output *SetIdentityFeedbackForwardingEnabledOutput)
- func (c *SES) SetIdentityNotificationTopic(input *SetIdentityNotificationTopicInput) (*SetIdentityNotificationTopicOutput, error)
- func (c *SES) SetIdentityNotificationTopicRequest(input *SetIdentityNotificationTopicInput) (req *aws.Request, output *SetIdentityNotificationTopicOutput)
- func (c *SES) VerifyDomainDKIM(input *VerifyDomainDKIMInput) (*VerifyDomainDKIMOutput, error)
- func (c *SES) VerifyDomainDKIMRequest(input *VerifyDomainDKIMInput) (req *aws.Request, output *VerifyDomainDKIMOutput)
- func (c *SES) VerifyDomainIdentity(input *VerifyDomainIdentityInput) (*VerifyDomainIdentityOutput, error)
- func (c *SES) VerifyDomainIdentityRequest(input *VerifyDomainIdentityInput) (req *aws.Request, output *VerifyDomainIdentityOutput)
- func (c *SES) VerifyEmailAddress(input *VerifyEmailAddressInput) (*VerifyEmailAddressOutput, error)
- func (c *SES) VerifyEmailAddressRequest(input *VerifyEmailAddressInput) (req *aws.Request, output *VerifyEmailAddressOutput)
- func (c *SES) VerifyEmailIdentity(input *VerifyEmailIdentityInput) (*VerifyEmailIdentityOutput, error)
- func (c *SES) VerifyEmailIdentityRequest(input *VerifyEmailIdentityInput) (req *aws.Request, output *VerifyEmailIdentityOutput)
- type SendDataPoint
- type SendEmailInput
- type SendEmailOutput
- type SendRawEmailInput
- type SendRawEmailOutput
- type SetIdentityDKIMEnabledInput
- type SetIdentityDKIMEnabledOutput
- type SetIdentityFeedbackForwardingEnabledInput
- type SetIdentityFeedbackForwardingEnabledOutput
- type SetIdentityNotificationTopicInput
- type SetIdentityNotificationTopicOutput
- type VerifyDomainDKIMInput
- type VerifyDomainDKIMOutput
- type VerifyDomainIdentityInput
- type VerifyDomainIdentityOutput
- type VerifyEmailAddressInput
- type VerifyEmailAddressOutput
- type VerifyEmailIdentityInput
- type VerifyEmailIdentityOutput
Examples ¶
- SES.DeleteIdentity
- SES.DeleteVerifiedEmailAddress
- SES.GetIdentityDKIMAttributes
- SES.GetIdentityNotificationAttributes
- SES.GetIdentityVerificationAttributes
- SES.GetSendQuota
- SES.GetSendStatistics
- SES.ListIdentities
- SES.ListVerifiedEmailAddresses
- SES.SendEmail
- SES.SendRawEmail
- SES.SetIdentityDKIMEnabled
- SES.SetIdentityFeedbackForwardingEnabled
- SES.SetIdentityNotificationTopic
- SES.VerifyDomainDKIM
- SES.VerifyDomainIdentity
- SES.VerifyEmailAddress
- SES.VerifyEmailIdentity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
type Body struct { // The content of the message, in HTML format. Use this for email clients that // can process HTML. You can include clickable links, formatted text, and much // more in an HTML message. HTML *Content `locationName:"Html" type:"structure"` // The content of the message, in text format. Use this for text-based email // clients, or clients on high-latency networks (such as mobile devices). Text *Content `type:"structure"` // contains filtered or unexported fields }
Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.
type Content ¶
type Content struct { // The character set of the content. Charset *string `type:"string"` // The textual data of the content. Data *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents textual data, plus an optional character set specification.
By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.
type DeleteIdentityInput ¶
type DeleteIdentityInput struct { // The identity to be removed from the list of identities for the AWS Account. Identity *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to delete an identity from the list of identities for the AWS Account.
type DeleteIdentityOutput ¶
type DeleteIdentityOutput struct {
// contains filtered or unexported fields
}
An empty element. Receiving this element indicates that the request completed successfully.
type DeleteVerifiedEmailAddressInput ¶
type DeleteVerifiedEmailAddressInput struct { // An email address to be removed from the list of verified addresses. EmailAddress *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to delete an address from the list of verified email addresses.
type DeleteVerifiedEmailAddressOutput ¶
type DeleteVerifiedEmailAddressOutput struct {
// contains filtered or unexported fields
}
type Destination ¶
type Destination struct { // The BCC: field(s) of the message. BCCAddresses []*string `locationName:"BccAddresses" type:"list"` // The CC: field(s) of the message. CCAddresses []*string `locationName:"CcAddresses" type:"list"` // The To: field(s) of the message. ToAddresses []*string `type:"list"` // contains filtered or unexported fields }
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
By default, the string must be 7-bit ASCII. If the text must contain any
other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047 (http://tools.ietf.org/html/rfc2047).
type GetIdentityDKIMAttributesInput ¶
type GetIdentityDKIMAttributesInput struct { // A list of one or more verified identities - email addresses, domains, or // both. Identities []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Given a list of verified identities, describes their DKIM attributes. The DKIM attributes of an email address identity includes whether DKIM signing is individually enabled or disabled for that address. The DKIM attributes of a domain name identity includes whether DKIM signing is enabled, as well as the DNS records (tokens) that must remain published in the domain name's DNS.
type GetIdentityDKIMAttributesOutput ¶
type GetIdentityDKIMAttributesOutput struct { // The DKIM attributes for an email address or a domain. DKIMAttributes map[string]*IdentityDKIMAttributes `locationName:"DkimAttributes" type:"map" required:"true"` // contains filtered or unexported fields }
Represents a list of all the DKIM attributes for the specified identity.
type GetIdentityNotificationAttributesInput ¶
type GetIdentityNotificationAttributesInput struct { // A list of one or more identities. Identities []*string `type:"list" required:"true"` // contains filtered or unexported fields }
type GetIdentityNotificationAttributesOutput ¶
type GetIdentityNotificationAttributesOutput struct { // A map of Identity to IdentityNotificationAttributes. NotificationAttributes map[string]*IdentityNotificationAttributes `type:"map" required:"true"` // contains filtered or unexported fields }
Describes whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and specifies whether feedback forwarding is enabled for bounce and complaint notifications.
type GetIdentityVerificationAttributesInput ¶
type GetIdentityVerificationAttributesInput struct { // A list of identities. Identities []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to provide the verification attributes for a list of identities.
type GetIdentityVerificationAttributesOutput ¶
type GetIdentityVerificationAttributesOutput struct { // A map of Identities to IdentityVerificationAttributes objects. VerificationAttributes map[string]*IdentityVerificationAttributes `type:"map" required:"true"` // contains filtered or unexported fields }
Represents the verification attributes for a list of identities.
type GetSendQuotaInput ¶
type GetSendQuotaInput struct {
// contains filtered or unexported fields
}
type GetSendQuotaOutput ¶
type GetSendQuotaOutput struct { // The maximum number of emails the user is allowed to send in a 24-hour interval. // A value of -1 signifies an unlimited quota. Max24HourSend *float64 `type:"double"` // The maximum number of emails that Amazon SES can accept from the user's account // per second. // // The rate at which Amazon SES accepts the user's messages might be less than // the maximum send rate. MaxSendRate *float64 `type:"double"` // The number of emails sent during the previous 24 hours. SentLast24Hours *float64 `type:"double"` // contains filtered or unexported fields }
Represents the user's current activity limits returned from a successful GetSendQuota request.
type GetSendStatisticsInput ¶
type GetSendStatisticsInput struct {
// contains filtered or unexported fields
}
type GetSendStatisticsOutput ¶
type GetSendStatisticsOutput struct { // A list of data points, each of which represents 15 minutes of activity. SendDataPoints []*SendDataPoint `type:"list"` // contains filtered or unexported fields }
Represents a list of SendDataPoint items returned from a successful GetSendStatistics request. This list contains aggregated data from the previous two weeks of sending activity.
type IdentityDKIMAttributes ¶
type IdentityDKIMAttributes struct { // True if DKIM signing is enabled for email sent from the identity; false otherwise. DKIMEnabled *bool `locationName:"DkimEnabled" type:"boolean" required:"true"` // A set of character strings that represent the domain's identity. Using these // tokens, you will need to create DNS CNAME records that point to DKIM public // keys hosted by Amazon SES. Amazon Web Services will eventually detect that // you have updated your DNS records; this detection process may take up to // 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign // email originating from that domain. (This only applies to domain identities, // not email address identities.) // // For more information about creating DNS records using DKIM tokens, go to // the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html). DKIMTokens []*string `locationName:"DkimTokens" type:"list"` // Describes whether Amazon SES has successfully verified the DKIM DNS records // (tokens) published in the domain name's DNS. (This only applies to domain // identities, not email address identities.) DKIMVerificationStatus *string `locationName:"DkimVerificationStatus" type:"string" required:"true"` // contains filtered or unexported fields }
Represents the DKIM attributes of a verified email address or a domain.
type IdentityNotificationAttributes ¶
type IdentityNotificationAttributes struct { // The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will // publish bounce notifications. BounceTopic *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will // publish complaint notifications. ComplaintTopic *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will // publish delivery notifications. DeliveryTopic *string `type:"string" required:"true"` // Describes whether Amazon SES will forward bounce and complaint notifications // as email. true indicates that Amazon SES will forward bounce and complaint // notifications as email, while false indicates that bounce and complaint notifications // will be published only to the specified bounce and complaint Amazon SNS topics. ForwardingEnabled *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
Represents the notification attributes of an identity, including whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and whether feedback forwarding is enabled for bounce and complaint notifications.
type IdentityVerificationAttributes ¶
type IdentityVerificationAttributes struct { // The verification status of the identity: "Pending", "Success", "Failed", // or "TemporaryFailure". VerificationStatus *string `type:"string" required:"true"` // The verification token for a domain identity. Null for email address identities. VerificationToken *string `type:"string"` // contains filtered or unexported fields }
Represents the verification attributes of a single identity.
type ListIdentitiesInput ¶
type ListIdentitiesInput struct { // The type of the identities to list. Possible values are "EmailAddress" and // "Domain". If this parameter is omitted, then all identities will be listed. IdentityType *string `type:"string"` // The maximum number of identities per page. Possible values are 1-1000 inclusive. MaxItems *int64 `type:"integer"` // The token to use for pagination. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents a request instructing the service to list all identities for the AWS Account.
type ListIdentitiesOutput ¶
type ListIdentitiesOutput struct { // A list of identities. Identities []*string `type:"list" required:"true"` // The token used for pagination. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents a list of all verified identities for the AWS Account.
type ListVerifiedEmailAddressesInput ¶
type ListVerifiedEmailAddressesInput struct {
// contains filtered or unexported fields
}
type ListVerifiedEmailAddressesOutput ¶
type ListVerifiedEmailAddressesOutput struct { // A list of email addresses that have been verified. VerifiedEmailAddresses []*string `type:"list"` // contains filtered or unexported fields }
Represents a list of all the email addresses verified for the current user.
type Message ¶
type Message struct { // The message body. Body *Body `type:"structure" required:"true"` // The subject of the message: A short summary of the content, which will appear // in the recipient's inbox. Subject *Content `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the message to be sent, composed of a subject and a body.
type RawMessage ¶
type RawMessage struct { // The raw data of the message. The client must ensure that the message format // complies with Internet email standards regarding email header fields, MIME // types, MIME encoding, and base64 encoding (if necessary). // // The To:, CC:, and BCC: headers in the raw message can contain a group list. // // For more information, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html). Data []byte `type:"blob" required:"true"` // contains filtered or unexported fields }
Represents the raw data of the message.
type SES ¶
SES is a client for Amazon SES.
func (*SES) DeleteIdentity ¶
func (c *SES) DeleteIdentity(input *DeleteIdentityInput) (*DeleteIdentityOutput, error)
Deletes the specified identity (email address or domain) from the list of verified identities.
This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.DeleteIdentityInput{ Identity: aws.String("Identity"), // Required } resp, err := svc.DeleteIdentity(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) DeleteIdentityRequest ¶
func (c *SES) DeleteIdentityRequest(input *DeleteIdentityInput) (req *aws.Request, output *DeleteIdentityOutput)
DeleteIdentityRequest generates a request for the DeleteIdentity operation.
func (*SES) DeleteVerifiedEmailAddress ¶
func (c *SES) DeleteVerifiedEmailAddress(input *DeleteVerifiedEmailAddressInput) (*DeleteVerifiedEmailAddressOutput, error)
Deletes the specified email address from the list of verified addresses.
The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred. This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.DeleteVerifiedEmailAddressInput{ EmailAddress: aws.String("Address"), // Required } resp, err := svc.DeleteVerifiedEmailAddress(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) DeleteVerifiedEmailAddressRequest ¶
func (c *SES) DeleteVerifiedEmailAddressRequest(input *DeleteVerifiedEmailAddressInput) (req *aws.Request, output *DeleteVerifiedEmailAddressOutput)
DeleteVerifiedEmailAddressRequest generates a request for the DeleteVerifiedEmailAddress operation.
func (*SES) GetIdentityDKIMAttributes ¶
func (c *SES) GetIdentityDKIMAttributes(input *GetIdentityDKIMAttributesInput) (*GetIdentityDKIMAttributesOutput, error)
Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.
This action takes a list of identities as input and returns the following information for each:
Whether Easy DKIM signing is enabled or disabled. A set of DKIM tokens
that represent the identity. If the identity is an email address, the tokens represent the domain of that address. Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses. This action is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.GetIdentityDKIMAttributesInput{ Identities: []*string{ // Required aws.String("Identity"), // Required // More values... }, } resp, err := svc.GetIdentityDKIMAttributes(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) GetIdentityDKIMAttributesRequest ¶
func (c *SES) GetIdentityDKIMAttributesRequest(input *GetIdentityDKIMAttributesInput) (req *aws.Request, output *GetIdentityDKIMAttributesOutput)
GetIdentityDKIMAttributesRequest generates a request for the GetIdentityDKIMAttributes operation.
func (*SES) GetIdentityNotificationAttributes ¶
func (c *SES) GetIdentityNotificationAttributes(input *GetIdentityNotificationAttributesInput) (*GetIdentityNotificationAttributesOutput, error)
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
This action is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.GetIdentityNotificationAttributesInput{ Identities: []*string{ // Required aws.String("Identity"), // Required // More values... }, } resp, err := svc.GetIdentityNotificationAttributes(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) GetIdentityNotificationAttributesRequest ¶
func (c *SES) GetIdentityNotificationAttributesRequest(input *GetIdentityNotificationAttributesInput) (req *aws.Request, output *GetIdentityNotificationAttributesOutput)
GetIdentityNotificationAttributesRequest generates a request for the GetIdentityNotificationAttributes operation.
func (*SES) GetIdentityVerificationAttributes ¶
func (c *SES) GetIdentityVerificationAttributes(input *GetIdentityVerificationAttributesInput) (*GetIdentityVerificationAttributesOutput, error)
Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.
This action is throttled at one request per second and can only get verification attributes for up to 100 identities at a time.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.GetIdentityVerificationAttributesInput{ Identities: []*string{ // Required aws.String("Identity"), // Required // More values... }, } resp, err := svc.GetIdentityVerificationAttributes(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) GetIdentityVerificationAttributesRequest ¶
func (c *SES) GetIdentityVerificationAttributesRequest(input *GetIdentityVerificationAttributesInput) (req *aws.Request, output *GetIdentityVerificationAttributesOutput)
GetIdentityVerificationAttributesRequest generates a request for the GetIdentityVerificationAttributes operation.
func (*SES) GetSendQuota ¶
func (c *SES) GetSendQuota(input *GetSendQuotaInput) (*GetSendQuotaOutput, error)
Returns the user's current sending limits.
This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) var params *ses.GetSendQuotaInput resp, err := svc.GetSendQuota(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) GetSendQuotaRequest ¶
func (c *SES) GetSendQuotaRequest(input *GetSendQuotaInput) (req *aws.Request, output *GetSendQuotaOutput)
GetSendQuotaRequest generates a request for the GetSendQuota operation.
func (*SES) GetSendStatistics ¶
func (c *SES) GetSendStatistics(input *GetSendStatisticsInput) (*GetSendStatisticsOutput, error)
Returns the user's sending statistics. The result is a list of data points, representing the last two weeks of sending activity.
Each data point in the list contains statistics for a 15-minute interval.
This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) var params *ses.GetSendStatisticsInput resp, err := svc.GetSendStatistics(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) GetSendStatisticsRequest ¶
func (c *SES) GetSendStatisticsRequest(input *GetSendStatisticsInput) (req *aws.Request, output *GetSendStatisticsOutput)
GetSendStatisticsRequest generates a request for the GetSendStatistics operation.
func (*SES) ListIdentities ¶
func (c *SES) ListIdentities(input *ListIdentitiesInput) (*ListIdentitiesOutput, error)
Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.ListIdentitiesInput{ IdentityType: aws.String("IdentityType"), MaxItems: aws.Long(1), NextToken: aws.String("NextToken"), } resp, err := svc.ListIdentities(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) ListIdentitiesPages ¶
func (c *SES) ListIdentitiesPages(input *ListIdentitiesInput, fn func(p *ListIdentitiesOutput, lastPage bool) (shouldContinue bool)) error
func (*SES) ListIdentitiesRequest ¶
func (c *SES) ListIdentitiesRequest(input *ListIdentitiesInput) (req *aws.Request, output *ListIdentitiesOutput)
ListIdentitiesRequest generates a request for the ListIdentities operation.
func (*SES) ListVerifiedEmailAddresses ¶
func (c *SES) ListVerifiedEmailAddresses(input *ListVerifiedEmailAddressesInput) (*ListVerifiedEmailAddressesOutput, error)
Returns a list containing all of the email addresses that have been verified.
The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred. This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) var params *ses.ListVerifiedEmailAddressesInput resp, err := svc.ListVerifiedEmailAddresses(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) ListVerifiedEmailAddressesRequest ¶
func (c *SES) ListVerifiedEmailAddressesRequest(input *ListVerifiedEmailAddressesInput) (req *aws.Request, output *ListVerifiedEmailAddressesOutput)
ListVerifiedEmailAddressesRequest generates a request for the ListVerifiedEmailAddresses operation.
func (*SES) SendEmail ¶
func (c *SES) SendEmail(input *SendEmailInput) (*SendEmailOutput, error)
Composes an email message based on input data, and then immediately queues the message for sending.
You can only send email from verified email addresses and domains. If your
account is still in the Amazon SES sandbox, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. For more information, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html).
The total size of the message cannot exceed 10 MB.
Amazon SES has a limit on the total number of recipients per message: The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.
For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.SendEmailInput{ Destination: &ses.Destination{ // Required BCCAddresses: []*string{ aws.String("Address"), // Required // More values... }, CCAddresses: []*string{ aws.String("Address"), // Required // More values... }, ToAddresses: []*string{ aws.String("Address"), // Required // More values... }, }, Message: &ses.Message{ // Required Body: &ses.Body{ // Required HTML: &ses.Content{ Data: aws.String("MessageData"), // Required Charset: aws.String("Charset"), }, Text: &ses.Content{ Data: aws.String("MessageData"), // Required Charset: aws.String("Charset"), }, }, Subject: &ses.Content{ // Required Data: aws.String("MessageData"), // Required Charset: aws.String("Charset"), }, }, Source: aws.String("Address"), // Required ReplyToAddresses: []*string{ aws.String("Address"), // Required // More values... }, ReturnPath: aws.String("Address"), } resp, err := svc.SendEmail(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) SendEmailRequest ¶
func (c *SES) SendEmailRequest(input *SendEmailInput) (req *aws.Request, output *SendEmailOutput)
SendEmailRequest generates a request for the SendEmail operation.
func (*SES) SendRawEmail ¶
func (c *SES) SendRawEmail(input *SendRawEmailInput) (*SendRawEmailOutput, error)
Sends an email message, with header and content specified by the client. The SendRawEmail action is useful for sending multipart MIME emails. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent.
You can only send email from verified email addresses and domains. If your
account is still in the Amazon SES sandbox, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. For more information, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html).
The total size of the message cannot exceed 10 MB. This includes any attachments
that are part of the message.
Amazon SES has a limit on the total number of recipients per message: The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.
The To:, CC:, and BCC: headers in the raw message can contain a group list. Note that each recipient in a group list counts towards the 50-recipient limit.
For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.SendRawEmailInput{ RawMessage: &ses.RawMessage{ // Required Data: []byte("PAYLOAD"), // Required }, Destinations: []*string{ aws.String("Address"), // Required // More values... }, Source: aws.String("Address"), } resp, err := svc.SendRawEmail(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) SendRawEmailRequest ¶
func (c *SES) SendRawEmailRequest(input *SendRawEmailInput) (req *aws.Request, output *SendRawEmailOutput)
SendRawEmailRequest generates a request for the SendRawEmail operation.
func (*SES) SetIdentityDKIMEnabled ¶
func (c *SES) SetIdentityDKIMEnabled(input *SetIdentityDKIMEnabledInput) (*SetIdentityDKIMEnabledOutput, error)
Enables or disables Easy DKIM signing of email sent from an identity:
If Easy DKIM signing is enabled for a domain name identity (e.g., example.com),
then Amazon SES will DKIM-sign all email sent by addresses under that domain name (e.g., user@example.com). If Easy DKIM signing is enabled for an email address, then Amazon SES will DKIM-sign all email sent by that email address.
For email addresses (e.g., user@example.com), you can only enable Easy DKIM
signing if the corresponding domain (e.g., example.com) has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim action.
This action is throttled at one request per second.
For more information about Easy DKIM signing, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.SetIdentityDKIMEnabledInput{ DKIMEnabled: aws.Boolean(true), // Required Identity: aws.String("Identity"), // Required } resp, err := svc.SetIdentityDKIMEnabled(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) SetIdentityDKIMEnabledRequest ¶
func (c *SES) SetIdentityDKIMEnabledRequest(input *SetIdentityDKIMEnabledInput) (req *aws.Request, output *SetIdentityDKIMEnabledOutput)
SetIdentityDKIMEnabledRequest generates a request for the SetIdentityDKIMEnabled operation.
func (*SES) SetIdentityFeedbackForwardingEnabled ¶
func (c *SES) SetIdentityFeedbackForwardingEnabled(input *SetIdentityFeedbackForwardingEnabledInput) (*SetIdentityFeedbackForwardingEnabledOutput, error)
Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.
Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS. This action is throttled at one request per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.SetIdentityFeedbackForwardingEnabledInput{ ForwardingEnabled: aws.Boolean(true), // Required Identity: aws.String("Identity"), // Required } resp, err := svc.SetIdentityFeedbackForwardingEnabled(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) SetIdentityFeedbackForwardingEnabledRequest ¶
func (c *SES) SetIdentityFeedbackForwardingEnabledRequest(input *SetIdentityFeedbackForwardingEnabledInput) (req *aws.Request, output *SetIdentityFeedbackForwardingEnabledOutput)
SetIdentityFeedbackForwardingEnabledRequest generates a request for the SetIdentityFeedbackForwardingEnabled operation.
func (*SES) SetIdentityNotificationTopic ¶
func (c *SES) SetIdentityNotificationTopic(input *SetIdentityNotificationTopicInput) (*SetIdentityNotificationTopicOutput, error)
Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as the Source.
Unless feedback forwarding is enabled, you must specify Amazon SNS topics for bounce and complaint notifications. For more information, see SetIdentityFeedbackForwardingEnabled.
This action is throttled at one request per second.
For more information about feedback notification, see the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.SetIdentityNotificationTopicInput{ Identity: aws.String("Identity"), // Required NotificationType: aws.String("NotificationType"), // Required SNSTopic: aws.String("NotificationTopic"), } resp, err := svc.SetIdentityNotificationTopic(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) SetIdentityNotificationTopicRequest ¶
func (c *SES) SetIdentityNotificationTopicRequest(input *SetIdentityNotificationTopicInput) (req *aws.Request, output *SetIdentityNotificationTopicOutput)
SetIdentityNotificationTopicRequest generates a request for the SetIdentityNotificationTopic operation.
func (*SES) VerifyDomainDKIM ¶
func (c *SES) VerifyDomainDKIM(input *VerifyDomainDKIMInput) (*VerifyDomainDKIMOutput, error)
Returns a set of DKIM tokens for a domain. DKIM tokens are character strings that represent your domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain.
This action is throttled at one request per second.
To enable or disable Easy DKIM signing for a domain, use the SetIdentityDkimEnabled action.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html).
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.VerifyDomainDKIMInput{ Domain: aws.String("Domain"), // Required } resp, err := svc.VerifyDomainDKIM(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) VerifyDomainDKIMRequest ¶
func (c *SES) VerifyDomainDKIMRequest(input *VerifyDomainDKIMInput) (req *aws.Request, output *VerifyDomainDKIMOutput)
VerifyDomainDKIMRequest generates a request for the VerifyDomainDKIM operation.
func (*SES) VerifyDomainIdentity ¶
func (c *SES) VerifyDomainIdentity(input *VerifyDomainIdentityInput) (*VerifyDomainIdentityOutput, error)
Verifies a domain.
This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.VerifyDomainIdentityInput{ Domain: aws.String("Domain"), // Required } resp, err := svc.VerifyDomainIdentity(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) VerifyDomainIdentityRequest ¶
func (c *SES) VerifyDomainIdentityRequest(input *VerifyDomainIdentityInput) (req *aws.Request, output *VerifyDomainIdentityOutput)
VerifyDomainIdentityRequest generates a request for the VerifyDomainIdentity operation.
func (*SES) VerifyEmailAddress ¶
func (c *SES) VerifyEmailAddress(input *VerifyEmailAddressInput) (*VerifyEmailAddressOutput, error)
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred. This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.VerifyEmailAddressInput{ EmailAddress: aws.String("Address"), // Required } resp, err := svc.VerifyEmailAddress(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) VerifyEmailAddressRequest ¶
func (c *SES) VerifyEmailAddressRequest(input *VerifyEmailAddressInput) (req *aws.Request, output *VerifyEmailAddressOutput)
VerifyEmailAddressRequest generates a request for the VerifyEmailAddress operation.
func (*SES) VerifyEmailIdentity ¶
func (c *SES) VerifyEmailIdentity(input *VerifyEmailIdentityInput) (*VerifyEmailIdentityOutput, error)
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
This action is throttled at one request per second.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/service/ses" ) func main() { svc := ses.New(nil) params := &ses.VerifyEmailIdentityInput{ EmailAddress: aws.String("Address"), // Required } resp, err := svc.VerifyEmailIdentity(params) if err != nil { if awsErr, ok := err.(awserr.Error); ok { // Generic AWS Error with Code, Message, and original error (if any) fmt.Println(awsErr.Code(), awsErr.Message(), awsErr.OrigErr()) if reqErr, ok := err.(awserr.RequestFailure); ok { // A service error occurred fmt.Println(reqErr.Code(), reqErr.Message(), reqErr.StatusCode(), reqErr.RequestID()) } } else { // This case should never be hit, The SDK should alwsy return an // error which satisfies the awserr.Error interface. fmt.Println(err.Error()) } } // Pretty-print the response data. fmt.Println(awsutil.StringValue(resp)) }
Output:
func (*SES) VerifyEmailIdentityRequest ¶
func (c *SES) VerifyEmailIdentityRequest(input *VerifyEmailIdentityInput) (req *aws.Request, output *VerifyEmailIdentityOutput)
VerifyEmailIdentityRequest generates a request for the VerifyEmailIdentity operation.
type SendDataPoint ¶
type SendDataPoint struct { // Number of emails that have bounced. Bounces *int64 `type:"long"` // Number of unwanted emails that were rejected by recipients. Complaints *int64 `type:"long"` // Number of emails that have been enqueued for sending. DeliveryAttempts *int64 `type:"long"` // Number of emails rejected by Amazon SES. Rejects *int64 `type:"long"` // Time of the data point. Timestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.
type SendEmailInput ¶
type SendEmailInput struct { // The destination for this email, composed of To:, CC:, and BCC: fields. Destination *Destination `type:"structure" required:"true"` // The message to be sent. Message *Message `type:"structure" required:"true"` // The reply-to email address(es) for the message. If the recipient replies // to the message, each reply-to address will receive the reply. ReplyToAddresses []*string `type:"list"` // The email address to which bounces and complaints are to be forwarded when // feedback forwarding is enabled. If the message cannot be delivered to the // recipient, then an error message will be returned from the recipient's ISP; // this message will then be forwarded to the email address specified by the // ReturnPath parameter. The ReturnPath parameter is never overwritten. This // email address must be either individually verified with Amazon SES, or from // a domain that has been verified with Amazon SES. ReturnPath *string `type:"string"` // The identity's email address. // // By default, the string must be 7-bit ASCII. If the text must contain any // other characters, then you must use MIME encoded-word syntax (RFC 2047) instead // of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. // For more information, see RFC 2047 (http://tools.ietf.org/html/rfc2047). Source *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to send a single email message.
This datatype can be used in application code to compose a message consisting of source, destination, message, reply-to, and return-path parts. This object can then be sent using the SendEmail action.
type SendEmailOutput ¶
type SendEmailOutput struct { // The unique message identifier returned from the SendEmail action. MessageID *string `locationName:"MessageId" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a unique message ID returned from a successful SendEmail request.
type SendRawEmailInput ¶
type SendRawEmailInput struct { // A list of destinations for the message, consisting of To:, CC:, and BCC: // addresses. Destinations []*string `type:"list"` // The raw text of the message. The client is responsible for ensuring the following: // // Message must contain a header and a body, separated by a blank line. All // required header fields must be present. Each part of a multipart MIME message // must be formatted properly. MIME content types must be among those supported // by Amazon SES. For more information, go to the Amazon SES Developer Guide // (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/mime-types.html). // Content must be base64-encoded, if MIME requires it. RawMessage *RawMessage `type:"structure" required:"true"` // The identity's email address. If you do not provide a value for this parameter, // you must specify a "From" address in the raw text of the message. (You can // also specify both.) // // By default, the string must be 7-bit ASCII. If the text must contain any // other characters, then you must use MIME encoded-word syntax (RFC 2047) instead // of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. // For more information, see RFC 2047 (http://tools.ietf.org/html/rfc2047). // // If you specify the Source parameter and have feedback forwarding enabled, // then bounces and complaints will be sent to this email address. This takes // precedence over any Return-Path header that you might include in the raw // text of the message. Source *string `type:"string"` // contains filtered or unexported fields }
Represents a request instructing the service to send a raw email message.
This datatype can be used in application code to compose a message consisting of source, destination, and raw message text. This object can then be sent using the SendRawEmail action.
type SendRawEmailOutput ¶
type SendRawEmailOutput struct { // The unique message identifier returned from the SendRawEmail action. MessageID *string `locationName:"MessageId" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a unique message ID returned from a successful SendRawEmail request.
type SetIdentityDKIMEnabledInput ¶
type SetIdentityDKIMEnabledInput struct { // Sets whether DKIM signing is enabled for an identity. Set to true to enable // DKIM signing for this identity; false to disable it. DKIMEnabled *bool `locationName:"DkimEnabled" type:"boolean" required:"true"` // The identity for which DKIM signing should be enabled or disabled. Identity *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to enable or disable DKIM signing for an identity.
type SetIdentityDKIMEnabledOutput ¶
type SetIdentityDKIMEnabledOutput struct {
// contains filtered or unexported fields
}
An empty element. Receiving this element indicates that the request completed successfully.
type SetIdentityFeedbackForwardingEnabledInput ¶
type SetIdentityFeedbackForwardingEnabledInput struct { // Sets whether Amazon SES will forward bounce and complaint notifications as // email. true specifies that Amazon SES will forward bounce and complaint notifications // as email, in addition to any Amazon SNS topic publishing otherwise specified. // false specifies that Amazon SES will publish bounce and complaint notifications // only through Amazon SNS. This value can only be set to false when Amazon // SNS topics are set for both Bounce and Complaint notification types. ForwardingEnabled *bool `type:"boolean" required:"true"` // The identity for which to set bounce and complaint notification forwarding. // Examples: user@example.com, example.com. Identity *string `type:"string" required:"true"` // contains filtered or unexported fields }
type SetIdentityFeedbackForwardingEnabledOutput ¶
type SetIdentityFeedbackForwardingEnabledOutput struct {
// contains filtered or unexported fields
}
An empty element. Receiving this element indicates that the request completed successfully.
type SetIdentityNotificationTopicInput ¶
type SetIdentityNotificationTopicInput struct { // The identity for which the Amazon SNS topic will be set. Examples: user@example.com, // example.com. Identity *string `type:"string" required:"true"` // The type of notifications that will be published to the specified Amazon // SNS topic. NotificationType *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter // is omitted from the request or a null value is passed, SnsTopic is cleared // and publishing is disabled. SNSTopic *string `locationName:"SnsTopic" type:"string"` // contains filtered or unexported fields }
Represents a request to set or clear an identity's notification topic.
type SetIdentityNotificationTopicOutput ¶
type SetIdentityNotificationTopicOutput struct {
// contains filtered or unexported fields
}
An empty element. Receiving this element indicates that the request completed successfully.
type VerifyDomainDKIMInput ¶
type VerifyDomainDKIMInput struct { // The name of the domain to be verified for Easy DKIM signing. Domain *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to begin DKIM verification for a domain.
type VerifyDomainDKIMOutput ¶
type VerifyDomainDKIMOutput struct { // A set of character strings that represent the domain's identity. If the identity // is an email address, the tokens represent the domain of that address. // // Using these tokens, you will need to create DNS CNAME records that point // to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually // detect that you have updated your DNS records; this detection process may // take up to 72 hours. Upon successful detection, Amazon SES will be able to // DKIM-sign emails originating from that domain. // // For more information about creating DNS records using DKIM tokens, go to // the Amazon SES Developer Guide (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html). DKIMTokens []*string `locationName:"DkimTokens" type:"list" required:"true"` // contains filtered or unexported fields }
Represents the DNS records that must be published in the domain name's DNS to complete DKIM setup.
type VerifyDomainIdentityInput ¶
type VerifyDomainIdentityInput struct { // The domain to be verified. Domain *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to begin domain verification.
type VerifyDomainIdentityOutput ¶
type VerifyDomainIdentityOutput struct { // A TXT record that must be placed in the DNS settings for the domain, in order // to complete domain verification. VerificationToken *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a token used for domain ownership verification.
type VerifyEmailAddressInput ¶
type VerifyEmailAddressInput struct { // The email address to be verified. EmailAddress *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to begin email address verification.
type VerifyEmailAddressOutput ¶
type VerifyEmailAddressOutput struct {
// contains filtered or unexported fields
}
type VerifyEmailIdentityInput ¶
type VerifyEmailIdentityInput struct { // The email address to be verified. EmailAddress *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request instructing the service to begin email address verification.
type VerifyEmailIdentityOutput ¶
type VerifyEmailIdentityOutput struct {
// contains filtered or unexported fields
}
An empty element. Receiving this element indicates that the request completed successfully.