Praqma / praqma.github.io

The home of http://code.praqma.com. It's repo that will host documentation for all our development
1 stars 3 forks source link

Automate the change of email signatures #11

Closed sofusalbertsen closed 7 years ago

sofusalbertsen commented 7 years ago

As far as I can see, Gmail provides an API to change the email footer of all the employees of praqma. Shouldn't we automate this instead of asking 42 people to spend 5 min. each time? https://support.google.com/a/answer/175187?hl=en&ref_topic=29816

lakruzz commented 7 years ago

More specifically the sendAs resource

lakruzz commented 7 years ago

@sofusalbertsen good input!

kryptag commented 7 years ago

@lakruzz how should we do this, will we all use the same signature at the same time or should people still be able to pick and choose. Because if we all use the same signature in the sense of the same banner, i dont see this being hard to implement.

sofusalbertsen commented 7 years ago

There are three ways to do it:

All get the same banner

Easy, no config, just push a button and go! Then everyone gets the same banner.

Central list of who-gets-what banner.

We sometimes have two events simultaneously in two different countries. Therefore needing different banners.

Opt-in/out through list

The icing on the cake; let people decide if they want it automated or not by putting them in a file in a GH repo.

So what would we want?

lakruzz commented 7 years ago

People still need individual mail signatures - And different Banner adds

sofusalbertsen commented 7 years ago

so the only thing needed to be chosen is if they should be able to opt out of the automatic banner update cycle?

lakruzz commented 7 years ago

Closing this one here - and continuing in Praqma/mailsignature#4 - we follow the code (which was relocated)