How to add additional signature in zoho mail

To add an additional signature in Zoho Mail, you can follow these steps:

Method 1: Using the Zoho Mail Web Interface

  1. Log in to your Zoho Mail account.
  2. Click on the gear icon () in the top right corner of the page.
  3. Select "Settings" from the dropdown menu.
  4. Scroll down to the "Signature" section.
  5. Click on the "Add Signature" button.
  6. Enter the text for your additional signature in the text box.
  7. You can format the text using the available options (bold, italic, underline, etc.).
  8. Click "Save" to save the new signature.

Method 2: Using the Zoho Mail Mobile App

  1. Open the Zoho Mail mobile app on your device.
  2. Tap on the three horizontal lines () in the top left corner of the screen.
  3. Tap on "Settings" from the menu.
  4. Scroll down to the "Signature" section.
  5. Tap on the "Add Signature" button.
  6. Enter the text for your additional signature in the text box.
  7. You can format the text using the available options (bold, italic, underline, etc.).
  8. Tap "Save" to save the new signature.

Method 3: Using the Zoho Mail API

If you're comfortable with coding, you can also use the Zoho Mail API to add an additional signature. You'll need to create a new API request with the following parameters:

Here's an example API request in JSON:

{
  "method": "addSignature",
  "signature": "This is an additional signature",
  "account": "your_zoho_mail_account_id"
}

You can use a tool like Postman or cURL to send the API request.

Once you've added the additional signature, it will be appended to your existing signature when you send emails from your Zoho Mail account.