I am trying to send test Email from AMP for Email Playground that is accessible here.. However, I am not receiving any emails in my inbox. The documentation say I need to whitelist "amp@gmail.dev" email id. How do I do this? And also How do I send test emails from any of my own email id?
This is the AMP Email am sending. Is there any issue in the Email?
<!doctype html>
<html ⚡️4email>
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<style amp4email-boilerplate>body{visibility:hidden}</style>
</head>
<body>
Hello, AMP4EMAIL to test.
</body>
</html>