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
phemail.py:115: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
The code that caused this warning is on line 115 of the file phemail.py. To get rid of this warning, pass the additional argument 'features="html.parser"' to the BeautifulSoup constructor.
The text was updated successfully, but these errors were encountered:
I send body as a html file , but failed :
phemail.py:115: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
The code that caused this warning is on line 115 of the file phemail.py. To get rid of this warning, pass the additional argument 'features="html.parser"' to the BeautifulSoup constructor.
The text was updated successfully, but these errors were encountered: