Receive replies from Gmail with smtplib - Python

后端 未结 3 864
囚心锁ツ
囚心锁ツ 2020-12-18 00:01

Ok, I am working on a type of system so that I can start operations on my computer with sms messages. I can get it to send the initial message:

import smtpli         


        
3条回答
  •  無奈伤痛
    2020-12-18 00:26

    Uku's answer looks reasonable. However, as a pragmatist, I'm going to answer a question you didn't ask, and suggest a nicer IMAP and SMTP library.

    I haven't used these myself in anything other then side projects so you'll need to do your own evaluation, but both are much nicer to use.

    IMAP https://github.com/martinrusev/imbox

    SMTP: http://tomekwojcik.github.io/envelopes/

提交回复
热议问题