zmail, smtplib, yagmail modules send emails

1. Zmail sending email script #! /usr/bin/envpython # -*- coding:utf-8 -*- # __author__ = # https://www.jianshu.com/p/b9e11dbbc9cf # https://github.com/zhangyunhao116/zmail/blob/master/README-cn.md # pip install docx-mailmerge Merge templates of the same format with a set of data # pip install python-docx This module can be used to create, modify and read Microsoft Word documents (.docx files) # https://blog.51cto.com/u_16099200/6873568 python-docx […]

[Solved] The problem of smtplib has no attribute SMTP_SSL error in running python script on Linux OS

The problem of smtplib has no attribute SMTP_SSL error in running python script on Linux OS Foreword After configuring the linux server environment, run the python script and find that the smtplib module reports an error, but not on windows, the error is as follows: linux module ‘smtplib’ has no attribute ‘SMTP_SSL’ Configuration Centos7 Python3.7 […]