How to add a mail as attachment in zimbra

To add a mail as an attachment in Zimbra, you can follow these steps:

Method 1: Using the Zimbra Web Client

  1. Log in to your Zimbra account using the web client.
  2. Compose a new email or reply to an existing one.
  3. Click on the "Attach File" button located below the compose window.
  4. Select the email you want to attach from your mailbox by clicking on the "Select Email" button.
  5. Choose the email you want to attach and click "Open".
  6. The attached email will be added to the attachment list.
  7. You can add multiple emails as attachments by repeating steps 4-6.
  8. Click "Send" to send the email with the attached emails.

Method 2: Using the Zimbra Desktop Client

  1. Open the Zimbra Desktop client on your computer.
  2. Compose a new email or reply to an existing one.
  3. Click on the "Attach File" button located below the compose window.
  4. Select the email you want to attach from your mailbox by clicking on the "Select Email" button.
  5. Choose the email you want to attach and click "Open".
  6. The attached email will be added to the attachment list.
  7. You can add multiple emails as attachments by repeating steps 4-6.
  8. Click "Send" to send the email with the attached emails.

Method 3: Using the Zimbra CLI (Command-Line Interface)

  1. Open a terminal or command prompt and navigate to the Zimbra CLI directory.
  2. Use the following command to attach an email to a new email: zmmailbox -a <account> -p <password> -m <mailbox> -a <attachment_email_id>
    • <account> is your Zimbra account name.
    • <password> is your Zimbra account password.
    • <mailbox> is the mailbox you want to attach the email to.
    • <attachment_email_id> is the ID of the email you want to attach.
  3. Use the following command to attach multiple emails to a new email: zmmailbox -a <account> -p <password> -m <mailbox> -a <attachment_email_id1> -a <attachment_email_id2>...
  4. Replace <attachment_email_id1>, <attachment_email_id2>, etc. with the IDs of the emails you want to attach.

Note: The Zimbra CLI is only available on Linux and macOS systems.