sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Change `email_user` to accept attachments #89

Closed cmutel closed 6 months ago

cmutel commented 6 months ago

Tested manually.

Sending an attachment requires attachment_content and attachment_name (including suffix .pdf).

attachment_content should be the fpdf.FPDF object.