mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
color to hexa and change email for weekmail
This commit is contained in:
@ -115,7 +115,7 @@ class Weekmail(models.Model):
|
||||
email = EmailMultiAlternatives(
|
||||
subject=self.title,
|
||||
body=self.render_text(),
|
||||
from_email=settings.DEFAULT_FROM_EMAIL,
|
||||
from_email=settings.SITH_COM_EMAIL,
|
||||
to=Sith.objects.first().weekmail_destinations.split(' '),
|
||||
bcc=dest,
|
||||
)
|
||||
|
Reference in New Issue
Block a user