@@ 6,9 6,9 @@ draft: false
```js
-setTimeout(function() {$("button.mobileFull:nth-child(4)").click()}, <sec>);
+setTimeout(function() {$("button.mobileFull:nth-child(4)").click()}, <msec>);
```
-This will, in the `v3.16.57` version (and maybe others) of the ProtonMail web client, automatically send the email being written in the "New Message" dialog in `<sec>` seconds. Now on to...
+This will, in the `v3.16.57` version (and maybe others) of the ProtonMail web client, automatically send the email being written in the "New Message" dialog in `<msec>` milliseconds. Now on to...
## The Story