Anything that is event specific should be either configurable in the plugin settings, or should use values from the event object itself.
I believe there is an email sending method attached on the event, that should be used, because every event can have custom SMTP configuration, custom sender, etc, instead of:
|
sender="support@devconnect.org", |
Email text should not contain one specific event info, like here:
|
body_text = f"Hi there,\n\nYour order to the Devconnect ARG Ethereum World's Fair has been refunded.\n\nClaim your refund of ${amount_str} here: {link}\n\nThanks,\nDevconnect Team" |
Thank you for all your efforts. The pluging (and Daimo) works very nicely ;)
Anything that is event specific should be either configurable in the plugin settings, or should use values from the event object itself.
I believe there is an email sending method attached on the event, that should be used, because every event can have custom SMTP configuration, custom sender, etc, instead of:
pretix-eth-payment-plugin/pretix_eth/payment.py
Line 278 in 3f8756c
Email text should not contain one specific event info, like here:
pretix-eth-payment-plugin/pretix_eth/payment.py
Line 270 in 3f8756c
Thank you for all your efforts. The pluging (and Daimo) works very nicely ;)