I tried to send a mail to my friend by ezgmail(a third-party package for python) and it have error.
This is what i did:
import ezgmail
ezgmail.init()
ezgmail.send('[email protected]', 'Attention: A mail send by ezgmail', 'This is a mail send by ezgmail--2022.10.10,python-3.9.11')
When I send the mail, it doesn’t have any error. But when my friend open gmail, he said he didn’t see any thing. So I check my mail, it look like this:
the error I get
So how I can fix this problem?Thank you guys.
New contributor
hiake chu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.