Open Trophime opened 6 years ago
This feature is supported by the system, the only thing you need to do is configuring your email settings in the settings.py file of the BAE charging backend
Do you mean to change these lines?
ADMINS = (
# ('Your Name', 'your_email@example.com'),
)
Nope, I mean:
WSTOREMAILUSER = 'email_user' WSTOREMAIL = 'wstore_email' WSTOREMAILPASS = 'wstore_email_passwd' SMTPSERVER = 'wstore_smtp_server' SMTPPORT = 587
With all the information needed for using an email provider to send an email, you have details in the configuration section of the installation guide:
thanks
Hi @fdelavega ,
We stopped the containers, changed charging settings.py email settings (using port 465 for smtp server), removed *.pyc files in configuration and start again. We are in debug mode for now.
Email is configured in the product owner account, but still no email is sent to the owner when a purchase is made.
Hi, it would be great to be notified by email when a product has been purchased I mean when a product order is pending.... since we (the owner) are not always connected into the MArketplace.