Search code examples
javascripthtmlgmail

How do you add onload() for email HTML


I am creating an email bot and I want there to be some dynamic data and was wondering if there was onload() support in emails like gmail?

<body onclick="function()">

Does Gmail support this?


Solution

  • It's not possible, no javascript execution is allowed in emails, among many other things.