Creating an Approved Sender
Register a sender email address to be used for email delivery.
- Tip
Approved senders are unique to regions. If you try to create a duplicate approved sender within a region, the service returns a 409 Conflict error.Note
When an approved sender is created, it might not be immediately available for use. To work around this specific issue, we recommend that you create an approved sender and try to immediately use it. If an SMTP authorization failure occurs, perform a retry with backoff.Tip
To send email from many addresses with the same domain:- Configure DKIM for the domain providing authorization to send from the domain.
- When DKIM is active, create the approved sender @domain.com.
Warning
If DKIM isn't active, you can't create the approved sender. Use the create command and required parameters to create a sender for a tenancy in a given compartment.
oci email sender create [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.
To create an approved sender, use the CreateSender operation.