com.atproto.admin.sendEmail

Send email to a userโ€™s account email address.

class atproto_client.models.com.atproto.admin.send_email.Data

Bases: DataModelBase

Input data model for com.atproto.admin.sendEmail.

field comment: str | None = None
field content: str [Required]

Content.

field recipient_did: Did [Required]

Recipient did.

field sender_did: Did [Required]

Sender did.

field subject: str | None = None

Subject.

class atproto_client.models.com.atproto.admin.send_email.DataDict

Bases: TypedDict

content: str

Content.

recipient_did: Did

Recipient did.

sender_did: Did

Sender did.

comment: NotRequired[str | None]

Additional comment by the sender that wonโ€™t be used in the email itself but helpful to provide more context for moderators/reviewers.

subject: NotRequired[str | None]

Subject.

class atproto_client.models.com.atproto.admin.send_email.Response

Bases: ResponseModelBase

Output data model for com.atproto.admin.sendEmail.

field sent: bool [Required]

Sent.