In addition to inserting a mailto link in your campaigns, you can customize it.
Indeed, you can pre-fill some fields of the email such as the object or the content.
To do this, just add some tags following the mailto, here is a list of the most common tags:
- With a friendly recipient name:
mailto:John%20Doe%20<john.doe@example.com> - With the subject of the message:
mailto:john.doe@example.com?subject=Subject%20of%20the%20message - With multiple recipients:
mailto:john.doe@example.com,jane.roe@example.org - With a recipient in copy:
mailto:john.doe@example.com?cc=jane.roe@example.org - With a recipient in blind copy:
mailto:john.doe@example.com?bcc=jane.roe@example.org - With pre-filled message content:
mailto:john.doe@example.com?body=Hello - With a line break in the message content:
mailto:john.doe@example.com?body=Hello%0d%0aGoodbye - Combination of different fields:
mailto:john.doe@example.com?subject=Message%20subject&cc=jane.roe@example.org&bcc=brian.craig@example.net&body=Hello
If you want to use multiple tags for the same mailto, you will need to insert the "&" sign between the tags.