Email send and receive not work

Hello
In our erpnext even we set smtp for sending email and POP for revive email , we can’t send any email from erpnext and we don’t receive any email too ,
we we set email every thing is ok and no errors message , but we can’t send email , some one have idea what is issue
?
i check in setup - schadule show this error :smile:

{
“attachments”: “[]”,
“cc”: [],
“communication_name”: “057d08bd84”,
“lang”: “en”,
“print_format”: “”,
“print_html”: “”,
“recipients”: [
support@erpnext.com
],
“site”: “erpnexttest”
}
Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/tasks.py”, line 227, in sendmail
for i in xrange(3):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/core/doctype/communication/communication.py”, line 162, in _notify
_notify(self, print_html, print_format, attachments, recipients, cc)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/core/doctype/communication/email.py”, line 132, in _notify
bulk=True
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 351, in sendmail
attachments=attachments, reply_to=reply_to, cc=cc, show_as_cc=show_as_cc, message_id=message_id, in_reply_to=in_reply_to,
File “/home/erpnext/frappe-bench/apps/frappe/frappe/email/bulk.py”, line 55, in send
File “/home/erpnext/frappe-bench/apps/frappe/frappe/email/email_body.py”, line 213, in get_formatted_html
def get_formatted_html(subject, message, footer=None, print_html=None, email_account=None):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/jinja.py”, line 23, in get_template
return get_jenv().get_template(path)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/jinja.py”, line 12, in get_jenv
jenv = Environment(loader = get_jloader(),
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/jinja.py”, line 119, in get_jloader
(app, PackageLoader(app, “.”)) for app in apps
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/jinja.py”, line 119, in
(app, PackageLoader(app, “.”)) for app in apps
File “/home/erpnext/frappe-bench/env/lib/python2.7/site-packages/jinja2/loaders.py”, line 224, in init
provider = get_provider(package_name)
File “/home/erpnext/frappe-bench/env/lib/python2.7/site-packages/pkg_resources.py”, line 229, in get_provider
import(moduleOrReq)
ImportError: No module named erpnext_shopify

Regards

It means your shopify app didn’t install as expected

Shopify make too much problem for my erpnext , even i lose support after installed this app .

remove it with bench --site [sitename] uninstall-app erpnext_shopify

Hello
Thanks for your help , i removed then login with administrator and again installed from UI it;s work well .
Regards

But still my problem for sending email not solved , when i send email form erpnext nothing happened ,
How can i find what’s problem ?