Skip to main content

Send email from mailbox.

Send email from mailbox.

Path Parameters
  • mailboxId string required

    Possible values: Value must match regular expression \d+

Request Body
  • to string[]

    Possible values: >= 1

  • cc string[]
  • bcc string[]
  • subject Subject of the email. Can be empty but not null.

    Possible values: <= 65535 characters

  • body Body of this email.
  • attachments object[]
  • uuid UUID of the uploaded file. required
  • filename Original name of the file. required
  • replyEmailId Id of the email to which this email is an answer. The original email will be marked as answered.
Responses

Success.


Schema
  • id Internal unique ID of this email. This is only used in the foodsharing mailbox system.
  • mailboxId ID of the mailbox in which this email is.
  • mailboxFolder Folder in the mailbox in which this email is, see {@link MailboxFolder}.
  • from object
    oneOf

  • mailbox string
  • hostname string
  • name string
  • address string
  • time date-time
  • subject Subject of the email. Can be empty but not null.
  • body Body of this email.
  • bodyHtml Body of this email in which HTML tags have not been stripped.
  • isRead Whether this email has been read.
  • isAnswered Whether this email has been answered.
Loading...