You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously I was using Flask-Mail 0.9.1 but I found that with that version the parameter (headers={"Content-ID": "<image1>"}) does not work either and throws the error
Error: too many values to unpack (expected 2)
It should not throw any of the above mentioned errors
Environment:
Python version: 3.9.6
Flask-Mail version: 0.10.0 / 0.9.1
Flask version: 3.1.0
The text was updated successfully, but these errors were encountered:
When I started running Flask-Mail version 0.10.0 I encountered the aforementioned issue, so I had to change the following line code:
To this:
Previously I was using Flask-Mail 0.9.1 but I found that with that version the parameter (
headers={"Content-ID": "<image1>"}
) does not work either and throws the errorIt should not throw any of the above mentioned errors
Environment:
The text was updated successfully, but these errors were encountered: