Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters.
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain.

USAGE:
scw tem email create [arg=value ...]
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/tem.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ scw tem email cancel <email-id ...> [arg=value ...]

### Send an email

You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters.
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain.

**Usage:**

Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/tem/v1alpha1/tem_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func temProjectConsumption() *core.Command {
func temEmailCreate() *core.Command {
return &core.Command{
Short: `Send an email`,
Long: `You must specify the ` + "`" + `region` + "`" + `, the sender and the recipient's information and the ` + "`" + `project_id` + "`" + ` to send an email from a checked domain. The subject of the email must contain at least 6 characters.`,
Long: `You must specify the ` + "`" + `region` + "`" + `, the sender and the recipient's information and the ` + "`" + `project_id` + "`" + ` to send an email from a checked domain.`,
Namespace: "tem",
Resource: "email",
Verb: "create",
Expand Down