hi!
Using
EmailMessage(
'subject',
'text,
'[email protected]',
['[email protected]',],
).send(fail_silently=False)
I can send eMails but Cartridge does not send any order receipts.
The smtp settings in settings.py are correct.
I configured admin/conf/settings->SHOP correctly.
I also tried adding
SHOP_ORDER_EMAIL_SUBJECT = "Order confirmation"
SHOP_ORDER_FROM_EMAIL = "[email protected]"
to settings.py.
In the MTA's mail_log there aren't any entries when the order receipt
should be sent. Using Django's EmailMessage() there are no errors in the
MTA's mail_log.
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.