Email is kind of hard. There’s usually only one API key to the email client, and there’s no real safe way to call it. Personally over the years my approach is to have an internal library that reads what environment it is in, and then if it doesn’t explicitly tell that it’s in prod, it reroutes everything to safe email addresses.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
I think it’s a senior developer mistake. Even at midsized company developers should not have a direct access to production environment.
Email is kind of hard. There’s usually only one API key to the email client, and there’s no real safe way to call it. Personally over the years my approach is to have an internal library that reads what environment it is in, and then if it doesn’t explicitly tell that it’s in prod, it reroutes everything to safe email addresses.