Reputation: 2240
I am exploring gmail action button. Am sending an email from my gmail account using rails application ( gmail SMTP settings ) to my self and another domain.
but I am not able to see gmail action button. But if I send email from script.google.com to my self only, it is showing.
I have also checked header from received email and found that it is passing both SPF and DKIM checks. But still not able to see button.
Email header is https://gist.github.com/rahul100885/c8ad31f2c6a8e0542a67
Also I tried to whilelist my email address as mentioned here https://docs.google.com/a/google.com/forms/d/1PA-vjjk3yJF7MLPOVKbIz3MBfhyma2obS8NIZ0JYx8I/viewform?pli=1 but whitelist email is bouncing.
Is it, I am missing any setting?
Upvotes: 0
Views: 1530
Reputation: 15004
The from: and to: addresses don't match, and your sender address is not whitelisted, that explains why the action button is not showing.
We keep getting whitelisting requests from the form you linked, you may have hit a transient issue, so I'd recommend trying again.
Upvotes: 1