Don't use yourdomain.com as an example domain

This commit is contained in:
Gernot Schulz 2019-04-24 16:02:20 +02:00
parent 7a00f26537
commit 5427cfe183
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def get_config_variables():
yield ConfigVariable(
name="users_email_sender",
default_value="noreply@yourdomain.com",
default_value="noreply@example.com",
input_type="string",
label="Email sender",
weight=600,