@thorfi

Results 18 comments of @thorfi

I would also suggest that a monthly/quarterly/yearly "Hi, you're on web diplomacy, here's all the games you're in" notification email might be worth doing and defaulting that to actually on,...

Some sort of long-periodic notification could: a) possibly re-activate idle users b) serve as a check for registered email address validity (especially in combination with some usefully automated method of...

The other option if you want to avoid possible issues with bounce handling is to actually deploy and run a mail server _instead_ of using google apps for outgoing mail....

I think you may be surprised at how rapidly email addresses go invalid. :-)

Ah yes. So the general procedure for most sites that do email like this is: 1. Verify email address (or addresses) using activation link emails 2. Do specific user bounce...

1. Out of curiosity, did ^this db query get done and what were the results? 2. Of possibly related interest, there are two potential alternate mechanisms for notification delivery: 2.a....

I have a workaround for this, as an example, the official postgres image. Originally posted by me here: https://stackoverflow.com/a/78645904/2545063 And also here: https://github.com/moby/moby/issues/3465#issuecomment-2179958180 You can use `COPY --from` to copy...