I want use send_mass_mail()
in django
and then want receive list of delivery mail
list with email address and problem for failed or delivered ok status
how i can make this modules ?
I want use send_mass_mail()
in django
and then want receive list of delivery mail
list with email address and problem for failed or delivered ok status
how i can make this modules ?
List of delivered emails is outside of the scope of Django, which is a web framework and not a replacement for services like Mailchimp.