I've found a number of tutorials online involving downloading messages via Poplib, but haven't been able to find anything explaining how to create new messages. Does this exist?
Asked
Active
Viewed 1,746 times
2 Answers
3
As S.Lott rightly says, you will want some smtp, but to create the actual email, use the email package from the standard library, then use an message's as_string method to send it.

Ali Afshar
- 40,967
- 12
- 95
- 109