mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 03:43:12 +00:00
Fix, utilise la bonne fonction d'envoie de mails
This commit is contained in:
parent
5bf8b42a83
commit
d9ba43b43b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def send_mail_invoice(invoice):
|
|||
'Votre facture / Your invoice',
|
||||
template.render(ctx),
|
||||
GeneralOption.get_cached_value('email_from'),
|
||||
[invoice.user.email],
|
||||
[invoice.user.get_mail],
|
||||
attachments=[('invoice.pdf', pdf, 'application/pdf')]
|
||||
)
|
||||
mail.send()
|
||||
|
|
Loading…
Reference in a new issue