- email = EmailMessage(subject, body,
- getattr(settings, 'WTEM_FROM', 'edukacjamedialna@nowoczesnapolska.org.pl'),
- to, headers = headers)
- email.send(fail_silently = False)
\ No newline at end of file
+ email = EmailMessage(
+ subject, body,
+ getattr(settings, 'WTEM_FROM', 'olimpiada@nowoczesnapolska.org.pl'),
+ to, headers=headers)
+ email.send()