Skip to content

Commit 9b832bd

Browse files
author
Peter Kuma
committed
Fix: send mail from FILESHACK_EMAIL_FROM.
1 parent 27f2985 commit 9b832bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fileshack/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def digest(request):
536536
"url": url_prefix + user.unsubscribe_url()
537537
}
538538
try:
539-
send_mail(_("Fileshack Update"), text, "[email protected]",
539+
send_mail(_("Fileshack Update"), text, settings.FILESHACK_EMAIL_FROM,
540540
[user.email])
541541
user.last_notification = now
542542
user.save()

0 commit comments

Comments
 (0)