Changes between Initial Version and Version 1 of Ticket #5042


Ignore:
Timestamp:
Aug 6, 2007, 12:19:25 AM (17 years ago)
Author:
Adrian Holovaty
Comment:

Fixed formatting in description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5042 – Description

    initial v1  
    33You need to surround the to with [], otherwise you get an error can't add a string to a list.
    44
     5{{{
    56from django.core.mail import EmailMultiAlternatives
    67
     
    1112msg.attach_alternative(html_content, "text/html")
    1213msg.send()
     14}}}
Back to Top