Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

I'd like to embed a button image in an email that would trigger an email to a specific email address. Is that possible?

  • 2 réponses
  • 2 ont ce problème
  • 1 vue
  • Dernière réponse par Kai222

more options

Embedding the image is easy. But how do I add a link to it for generating an email?

Embedding the image is easy. But how do I add a link to it for generating an email?

Solution choisie

A link to generate an email is a bit different from a regular link because it starts with mailto instead of http or https:

mailto:person@example.com

That fills in to the To field. If you need to add more parameters you can search out the full mailto syntax. But for example:

mailto:person@example.com?subject=Hello

Does Thunderbird let you create that kind of link?

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

A link to generate an email is a bit different from a regular link because it starts with mailto instead of http or https:

mailto:person@example.com

That fills in to the To field. If you need to add more parameters you can search out the full mailto syntax. But for example:

mailto:person@example.com?subject=Hello

Does Thunderbird let you create that kind of link?

more options

Presto! THANK YOU.