Business-API-Ecosystem
Business-API-Ecosystem copied to clipboard
can an email notification be sent to the owner when a product is purchased?
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.
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
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:
http://business-api-ecosystem.readthedocs.io/en/latest/installation-administration-guide.html#configuring-the-charging-backend
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.