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?
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?
It's not possible, no javascript execution is allowed in emails, among many other things.