Message335431
Minimal example:
import email.policy
import email.mime.text
responsehtml = "<html>somehtmlbody</html>"
msg = email.mime.text.MIMEText(responsehtml, "html", policy=email.policy.EmailPolicy())
msg["to"] = "test@example.com"
msg["cc"] = "äöü <foo@bar.com>"
msg["From"] = "foo@bar.com"
msg["Subject"] = "test"
msg.as_string() |
|
| Date |
User |
Action |
Args |
| 2019-02-13 12:37:00 | Lukas J | set | recipients:
+ Lukas J, barry, r.david.murray, matrixise, xtreak |
| 2019-02-13 12:37:00 | Lukas J | set | messageid: <1550061420.72.0.100058568282.issue35985@roundup.psfhosted.org> |
| 2019-02-13 12:37:00 | Lukas J | link | issue35985 messages |
| 2019-02-13 12:37:00 | Lukas J | create | |
|