Closed rmoch closed 4 years ago
settings.ADMINS contant is actually a list of peers like (name, email), we have to extract email address to pass it to EmailMultiAlternatives
settings.ADMINS
(name, email)
EmailMultiAlternatives
@rmoch you know there is no more EmailMultiAlternatives right?
You mean, this email is text only and has not any alternative ? indeed
settings.ADMINS
contant is actually a list of peers like(name, email)
, we have to extract email address to pass it toEmailMultiAlternatives