Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

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 odgovora
  • 2 imaju ovaj problem
  • 1 prikaz
  • Posljednji odgovor od 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?

Izabrano rješenje

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?

Pročitaj ovaj odgovor u kontekstu 👍 1

Svi odgovori (2)

more options

Odabrano rješenje

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.