initial commit

This commit is contained in:
2019-12-23 12:42:31 +08:00
parent 30458acfd8
commit 1ac6d0bb9c
22 changed files with 2126 additions and 1 deletions

9
config-examples.py Normal file
View File

@@ -0,0 +1,9 @@
#### email related config ####
username = 'email@email.com' # send email using this account
password = 'yourpassword' # your email login passoword
sender_name = 'ArxivRobot' # the name of your robot
replyto = 'yourmail@mail.com' # all replay email will be foreward to this email address
smtp_ssl_addr = 'smtp.smtp.com'
# smtp server, only ssl supported. you can support more by editing function send_main in email_sender.py