# Dynamic content in email?

**URL:** https://forum.mautic.org/t/dynamic-content-in-email/5452
**Category:** Product Support
**Created:** [September 23, 2016, 6:42pm UTC](https://forum.mautic.org/t/dynamic-content-in-email/5452 "2016-09-23T18:42:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![lwdeddie](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/lwdeddie/32/755_2.png) [@lwdeddie](https://forum.mautic.org/u/lwdeddie)
#### Post date: [September 23, 2016, 6:42pm UTC](https://forum.mautic.org/t/dynamic-content-in-email/5452/1 "2016-09-23T18:42:13Z")

</div>

Seems like a simple question but I haven’t been able to find an answer.  
  
  
  
Is it possible to place dynamic content in an email? It’s certainly possible to place dynamic contact fields ala {contactfield=firstname} but can I place this code and get dynamic results?!? If so, is there any other code that needs to reside in the HTML like the pre-2.0 Mautic required?

Code:

  
Thanks!

---

<div class="post-metadata">

### Author: ![lwdeddie](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/lwdeddie/32/755_2.png) [@lwdeddie](https://forum.mautic.org/u/lwdeddie)
#### Post date: [September 23, 2016, 6:42pm UTC](https://forum.mautic.org/t/dynamic-content-in-email/5452/2 "2016-09-23T18:42:13Z")

</div>

Seems like a simple question but I haven’t been able to find an answer.

Is it possible to place dynamic content in an email? It’s certainly possible to place dynamic contact fields ala {contactfield=firstname} but can I place this code and get dynamic results?!? If so, is there any other code that needs to reside in the HTML like the pre-2.0 Mautic required?

`<div data-slot-container="">
		<div class="mautic-slot" data-slot-name="my-dynamic-content">
		</div>`

Thanks!
