diff --git a/app/marketing/mails.py b/app/marketing/mails.py index fa3e75de428..9f6160768c0 100644 --- a/app/marketing/mails.py +++ b/app/marketing/mails.py @@ -592,7 +592,7 @@ def funder_payout_reminder(to_email, bounty, github_username, live): def share_bounty(emails, msg, profile, invite_url=None, kudos_invite=False): for email in emails: to_email = email - from_email = profile.email + from_email = settings.CONTACT_EMAIL subject = "You have been invited to work on a bounty." html, text = render_share_bounty(to_email, msg, profile, invite_url, kudos_invite) send_mail(