initial commit
This commit is contained in:
9
config-examples.py
Normal file
9
config-examples.py
Normal 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
|
||||
Reference in New Issue
Block a user