Al restaurar una copia de seguridad, la opción 'desactivar correo electrónico' se establecerá en no personal desde no

That’s not a bug. It’s a feature that was added a long time ago, but it was broken for as long as I can remember. :slight_smile:

I fixed it two months ago in FIX: Outgoing emails were not disabled after restoring backup · discourse/discourse@dc961fe · GitHub

You can disabled that behavior when you restore from the command line:

discourse restore --disable_emails=false <filename>
7 Me gusta