ArxivRobot/config-examples.py
2019-12-23 12:42:31 +08:00

10 lines
426 B
Python

#### 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