Closed TX0509 closed 6 years ago
I'm an tester, can you tell me how to send html test report and normal display in mail?
yag.send(contents="test.html") or yag.send(contents="<h1>hello</h1>"). see readme
yag.send(contents="test.html")
yag.send(contents="<h1>hello</h1>")
or maybe you mean:
yag.send(contents=yagmail.raw("<h1>hello</h1>"))
Thank you very much!
I'm an tester, can you tell me how to send html test report and normal display in mail?