ProtoRune.Com.Atproto.Admin.SendEmail (proto_rune v0.1.1)

Generated procedure module for main

Description: Send email to a user's account email address.

Summary

Types

@type input() :: %{
  comment: String.t(),
  content: String.t(),
  recipient_did: String.t(),
  sender_did: String.t(),
  subject: String.t()
}
@type output() :: %{sent: boolean()}