Used to enable or disable the custom Mail-From domain configuration for an email identity.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutEmailIdentityMailFromAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutEmailIdentityMailFromAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutEmailIdentityMailFromAttributesCommand(input); const response = await client.send(command);
PutEmailIdentityMailFromAttributesCommandInput for command's input shape.
input
PutEmailIdentityMailFromAttributesCommandOutput for command's response shape.
response
config for PinpointEmailClient's config shape.
config
Used to enable or disable the custom Mail-From domain configuration for an email identity.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutEmailIdentityMailFromAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutEmailIdentityMailFromAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutEmailIdentityMailFromAttributesCommand(input); const response = await client.send(command);
PutEmailIdentityMailFromAttributesCommandInput for command's
input
shape.PutEmailIdentityMailFromAttributesCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.