Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can i send a json+ld schema.org email to myself in gmail

gmail recently announced schema.org support for in-app and one-click actions. They note that one can immediately test out the schema by sending an email from oneself to oneself i.e. from [email protected] to [email protected] (1)

My question is how do i send an email with the json+ld schema.org markup - I can only send text and/or html and if i try to send using mailgun / sendgrid etc. than the email won't be from [email protected]

So, how do i test this??

(1) https://developers.google.com/gmail/schemas/registering-with-google

like image 348
molicule Avatar asked May 16 '13 00:05

molicule


1 Answers

Many options, three that come into my mind right now are:

  1. use the Apps Script Gmail service, as shown in our Apps Script quickstart guide
  2. use App Engine as in the end-to-end example in the documentation
  3. connect to Gmail via SMTP to send emails from there
like image 89
Claudio Cherubino Avatar answered Oct 29 '22 05:10

Claudio Cherubino