diff --git a/helios_auth/auth_systems/pirateid.py b/helios_auth/auth_systems/pirateid.py index 1f6352de1fc71a5790273d8da6faf02af2f80916..40d854eea0ff469e6f748ab70ec58346ee5abb5e 100644 --- a/helios_auth/auth_systems/pirateid.py +++ b/helios_auth/auth_systems/pirateid.py @@ -58,7 +58,7 @@ def send_message(user_id, user_name, user_info, subject, body): """ send email to yahoo user, user_id is email for yahoo and other openID logins. """ - send_mail(subject, body, settings.SERVER_EMAIL, ["%s <%s>" % (user_name, user_id)], fail_silently=False) + send_mail(subject, body, settings.SERVER_EMAIL, ["%s <%s@pirati.cz>" % (user_name, user_id)], fail_silently=False) def generate_constraint(category_id, user): return category_id