0

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?

1 Answers1

1

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

Thieu
  • 168
  • 6