New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Include Schema.org markup to email notifications. #174

Closed
brycied00d opened this Issue Sep 19, 2014 · 6 comments

Comments

Projects
None yet
4 participants
@brycied00d

brycied00d commented Sep 19, 2014

In looking through https://developers.google.com/gmail/actions/ I noticed that there's a "Comment" https://developers.google.com/gmail/actions/reference/types/Comment action. This would be a very cool feature to add to Lobste.rs' email notifications of comment replies, with relatively little work.

What do others think?

@qbit

This comment has been minimized.

Show comment
Hide comment
@qbit

qbit Sep 19, 2014

This is a feature I have wanted for a while! I like it!

qbit commented Sep 19, 2014

This is a feature I have wanted for a while! I like it!

@brycied00d

This comment has been minimized.

Show comment
Hide comment
@brycied00d

brycied00d Sep 19, 2014

I foresee getting through Google's approval to be a bit of a stumbling
block, seeing as their registration page states they're looking for really
big fish. However that shouldn't stop us from including the meta
information for such a day when Google/Gmail allows it.

brycied00d commented Sep 19, 2014

I foresee getting through Google's approval to be a bit of a stumbling
block, seeing as their registration page states they're looking for really
big fish. However that shouldn't stop us from including the meta
information for such a day when Google/Gmail allows it.

@jcs jcs added the featurereq label Nov 25, 2014

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs Jul 20, 2015

Contributor

I don't use Gmail, so is this still a thing?

Contributor

jcs commented Jul 20, 2015

I don't use Gmail, so is this still a thing?

@brycied00d

This comment has been minimized.

Show comment
Hide comment
@brycied00d

brycied00d Jul 21, 2015

Yeah it's still a thing, and its integration into Google products is spreading (Google Now, Inbox, GMail, etc).

Here is Google's checklist for what needs to be done/in-place. And yes a registration process is still required.

  • Emails must be authenticated via DKIM or SPF [Check, SPF]
  • The top-level domain (TLD) of the SPF check or DKIM signature must match the TLD of your From: email address.
    e.g. if you use From: foo@bar.com the DKIM or SPF must be for bar.com or sub.bar.com
    Gmail only checks the SPF on the domain of your Return-Path: email. If you only rely on SPF and not DKIM your Return-Path: email must match the TLD of your From: email.
    To quickly check if your SPF or DKIM settings are correct have a look at our Email Authentication help article. [Check, lobste.rs]
  • Emails must come from a static email address, e.g. foo@bar.com [Nope! Currently $user@lobste.rs]
  • Emails must follow the Gmail Bulk Sender Guidelines [Probably maybe?]
  • Consistent history of sending a high volume of mail from your domain (order of hundred emails a day minimum to Gmail) for a few weeks at least. [I couldn't answer this]
  • A very very low rate of spam complaints from users. [I hope so]

brycied00d commented Jul 21, 2015

Yeah it's still a thing, and its integration into Google products is spreading (Google Now, Inbox, GMail, etc).

Here is Google's checklist for what needs to be done/in-place. And yes a registration process is still required.

  • Emails must be authenticated via DKIM or SPF [Check, SPF]
  • The top-level domain (TLD) of the SPF check or DKIM signature must match the TLD of your From: email address.
    e.g. if you use From: foo@bar.com the DKIM or SPF must be for bar.com or sub.bar.com
    Gmail only checks the SPF on the domain of your Return-Path: email. If you only rely on SPF and not DKIM your Return-Path: email must match the TLD of your From: email.
    To quickly check if your SPF or DKIM settings are correct have a look at our Email Authentication help article. [Check, lobste.rs]
  • Emails must come from a static email address, e.g. foo@bar.com [Nope! Currently $user@lobste.rs]
  • Emails must follow the Gmail Bulk Sender Guidelines [Probably maybe?]
  • Consistent history of sending a high volume of mail from your domain (order of hundred emails a day minimum to Gmail) for a few weeks at least. [I couldn't answer this]
  • A very very low rate of spam complaints from users. [I hope so]
@zg

This comment has been minimized.

Show comment
Hide comment
@zg

zg Jul 20, 2016

@brycied00d What benefits does it bring to folks who don't use Google products?

zg commented Jul 20, 2016

@brycied00d What benefits does it bring to folks who don't use Google products?

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs Oct 31, 2016

Contributor

I don't think this is worth the changes required.

Contributor

jcs commented Oct 31, 2016

I don't think this is worth the changes required.

@jcs jcs closed this Oct 31, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment