Skip to content

Commit 8e3d8e8

Browse files
feat(tem): remove the subject 6 char limitation (#1388)
Co-authored-by: Jonathan R. <jremy@scaleway.com>
1 parent a8b6ea0 commit 8e3d8e8

File tree

2 files changed

+2
-2
lines changed
  • scaleway-async/scaleway_async/tem/v1alpha1
  • scaleway/scaleway/tem/v1alpha1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/tem/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def create_email(
117117
) -> CreateEmailResponse:
118118
"""
119119
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.
121121
:param from_: Sender information. Must be from a checked domain declared in the Project.
122122
:param subject: Subject of the email.
123123
:param text: Text content.

scaleway/scaleway/tem/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def create_email(
117117
) -> CreateEmailResponse:
118118
"""
119119
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.
121121
:param from_: Sender information. Must be from a checked domain declared in the Project.
122122
:param subject: Subject of the email.
123123
:param text: Text content.

0 commit comments

Comments
 (0)