flaskimporterrorflask-mail

ImportError: No module named flask_mail


from flask_mail import Mail,Message
from flask import Flask

I am trying to mail but import error is occurring


Solution

  • The are two packages by that name:

    If neither works, then there is no such module installed, not in the location that the Python version running your Flask server can find.