Skip to content
Closed
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
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/tem/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def create_email(
) -> CreateEmailResponse:
"""
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.
:param from_: Sender information. Must be from a checked domain declared in the Project.
:param subject: Subject of the email.
:param text: Text content.
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/tem/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def create_email(
) -> CreateEmailResponse:
"""
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.
:param from_: Sender information. Must be from a checked domain declared in the Project.
:param subject: Subject of the email.
:param text: Text content.
Expand Down