# Way to type email address inside topic so it looks like link in easier way

**URL:** <https://meta.discourse.org/t/way-to-type-email-address-inside-topic-so-it-looks-like-link-in-easier-way/15999>\
**Category:** Feature\
**Created:** [2014年五月27日 06:40 UTC](https://meta.discourse.org/t/way-to-type-email-address-inside-topic-so-it-looks-like-link-in-easier-way/15999 "2014-05-27T06:40:32Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![adopilot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/adopilot/32/105040_2.png) [@adopilot](https://meta.discourse.org/u/adopilot)\
**Post date:** [2014年五月27日 06:40 UTC](https://meta.discourse.org/t/way-to-type-email-address-inside-topic-so-it-looks-like-link-in-easier-way/15999/1 "2014-05-27T06:40:32Z")

</div>

Is there markdown for typing email addresses inside topics.  
If I type [adopilot@gmail.com](mailto:adopilot@gmail.com) how I can make my email look like link  
so when someone click on e mail browser try open new

We can make link like this

```
<a href="mailto:adopilot@gmail.com"> adopilot@gmail.com </a>

```

That will work [adopilot@gmail.com](mailto:adopilot@gmail.com) as should be.

But most of users would not know how to make link with mailto: property.  
It will be nice if parser can parse e mails automatically to looks like this or we can extend Hyperlink button to accept also e mails

---

<div class="post-metadata">

**Author:** ![lightyear](https://avatars.discourse-cdn.com/v4/letter/l/848f3c/32.png) [@lightyear](https://meta.discourse.org/u/lightyear)\
**Post date:** [2014年五月27日 09:06 UTC](https://meta.discourse.org/t/way-to-type-email-address-inside-topic-so-it-looks-like-link-in-easier-way/15999/2 "2014-05-27T09:06:04Z")

</div>

`[my email](mailto:email@example.com)`

renders into

[my email](mailto:email@example.com)

---

<div class="post-metadata">

**Author:** ![stealthii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stealthii/32/122550_2.png) [@stealthii](https://meta.discourse.org/u/stealthii)\
**Post date:** [2014年五月27日 12:10 UTC](https://meta.discourse.org/t/way-to-type-email-address-inside-topic-so-it-looks-like-link-in-easier-way/15999/3 "2014-05-27T12:10:34Z")

</div>

In markdown, you should place email addresses within \<\> brackets.

Example:  
`You should email <admin@example.com> for more information.`

Becomes:

> You should email [admin@example.com](mailto:admin@example.com) for more information.

---

<div class="post-metadata">

**Author:** ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)\
**Post date:** [2025年十二月4日 11:14 UTC](https://meta.discourse.org/t/way-to-type-email-address-inside-topic-so-it-looks-like-link-in-easier-way/15999/4 "2025-12-04T11:14:25Z")

</div>


