You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/tem/v1alpha1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ async def create_email(
117
117
) ->CreateEmailResponse:
118
118
"""
119
119
Send an email.
120
-
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.
120
+
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain.
121
121
:param from_: Sender information. Must be from a checked domain declared in the Project.
Copy file name to clipboardExpand all lines: scaleway/scaleway/tem/v1alpha1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ def create_email(
117
117
) ->CreateEmailResponse:
118
118
"""
119
119
Send an email.
120
-
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.
120
+
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain.
121
121
:param from_: Sender information. Must be from a checked domain declared in the Project.
0 commit comments