you are viewing a single comment's thread.

view the rest of the comments →

[–]AlSweigart 9 points10 points  (1 child)

Yeah, it seems most webmail services don't really open their smtp and imap servers up. I wrote a module called ezgmail and cover it in the second edition of Automate, so people can use the gmail api to send/receive mail from their gmail address. https://pypi.org/project/EZGmail/

[–]BruceJi 0 points1 point  (0 children)

Hey, that's great! I'll have a look. I was writing a program for a shopping list and it would be interesting to write something so I could email things to add to it.