我对这个主题完全陌生,但认为它会成为一个好项目。我想接受用户的输入,并将其发送给我选择的联系人。
msginput=input("What would you like to send?: ")
recipientinput=input("To whom would you like to send this message?:")
def sending(msginput, recipientinput):
#the function here
你可以随心所欲地更改这个代码,但这正是我想象的。
我建议使用谷歌应用程序脚本,使用输入和联系信息自动发送电子邮件。你可以在这篇文章中找到更多信息https://www.codementor.io/@olatendegaruba/谷歌-应用程序-脚本-自动电子邮件-m2m0ojq9v