helper
django_spire.notification.email.helper
EmailHelper
Source code in django_spire/notification/email/helper.py
to = [email.to_email_address]
instance-attribute
cc = [email.cc]
instance-attribute
bcc = [email.bcc]
instance-attribute
from_email = settings.DEFAULT_FROM_EMAIL
instance-attribute
fail_silently = fail_silently
instance-attribute
SendGridEmailHelper
Bases: EmailHelper